GitXplorerGitXplorer
g

avataaars

public
138 stars
43 forks
4 issues

Commits

List of commits on branch master.
Verified
d6c95cd1240e08a6bdf995846c7ec2bd39dd7b3e

Merge pull request #22 from soulteary/chore/code-simplification

ggkoberger committed 3 years ago
Verified
c1d6577fec1e87c9cac26a2ddfbb74031fb8141d

Update package.json

ssoulteary committed 3 years ago
Unverified
c949357df697430b7bfcc356f0fe60c7e0edb98e

upd ignore

ssoulteary committed 3 years ago
Unverified
d1de11405118684cb7b315c73226fd6885caf26d

Simplify implementation and remove complex dependencies

ssoulteary committed 3 years ago
Unverified
868c4cc7d7ee46a84e4d27f7d932538ecdfec6ba

Fix BeardMagestic

ggkoberger committed 4 years ago
Unverified
f12433cf1f377aaa7c91d936b41197e482d71527

Upgrade avataaars

ggkoberger committed 4 years ago

README

The README file for this repository.

This renders Avataaars in a way that can be embedded!

Here's some example URLs:

https://avataaars.io/?hairColor=BrownDark&clotheType=Hoodie&avatarStyle=Circle
https://avataaars.io/?accessoriesType=Prescription01&avatarStyle=Circle&clotheType=Hoodie&eyeType=EyeRoll&eyebrowType=UnibrowNatural&facialHairType=BeardLight&hairColor=Black&mouthType=Eating&skinColor=Yellow&topType=LongHairShavedSides
https://avataaars.io/?accessoriesType=Blank&avatarStyle=Circle&clotheColor=Black&clotheType=GraphicShirt&eyeType=Close&eyebrowType=Default&facialHairColor=BlondeGolden&facialHairType=Blank&hairColor=PastelPink&mouthType=Sad&skinColor=Tanned&topType=Hat

[CURRENTLY DISABLED] If you want a PNG, you can add /png to the URL like this:

https://avataaars.io/png?hairColor=BrownDark&clotheType=Hoodie&avatarStyle=Circle

[CURRENTLY DISABLED] And you can resize the PNG using /png/{width}, like this:

https://avataaars.io/png/2000?hairColor=BrownDark&clotheType=Hoodie&avatarStyle=Circle

You can build your query strings here:

https://getavataaars.com/

DEVELOPMENT

   $ git clone git@github.com:gkoberger/avataaars.git
   $ cd avataaars
   $ npm install
   $ npm start

Most of the good stuff is in app.js!

OTHER

I removed the Puppeteer buildpack, but if we want it back, add https://buildpack-registry.s3.amazonaws.com/buildpacks/jontewks/puppeteer.tgz to Heroku