Skip to content

Commit

Permalink
Add: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed Dec 3, 2020
1 parent ba9023c commit fe3d931
Show file tree
Hide file tree
Showing 5 changed files with 6,416 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package.json
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": true
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<h1 align="center"><img src="https://avatars.dicebear.com/api/male/seed.svg" width="124" /> <br />DiceBear Avatars Serverless</h1>
<p align="center"><strong>DiceBear Avatars API build on Cloudflare Workers</strong></p>

<p align="center">
<a href="https://avatars.dicebear.com/integrations/serverless">
Read Documentation
</a>
</p>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"devDependencies": {
"@types/qs": "^6.9.5",
"prettier": "^2.2.1",
"serverless": "^2.13.0",
"serverless-cloudflare-workers": "^1.2.0",
"serverless-dotenv-plugin": "^3.1.0",
Expand Down
Loading

0 comments on commit fe3d931

Please sign in to comment.