A userscript that adds additional functionality to bugzilla
An Etch A Sketch written in HTML5
Benchmark various CSS/JS minifiers
gkoberger/express4-mongoose-api-example 7
An API demo app using Express 4 and Mongoose
A wrapper for the new Firefox contextmenu feature
Add-on Compatibility Reporter (Redux)
amo-mocks
Validator for addons.mozilla.org
pull request commentreadmeio/api
feat: shorthand for readme-hosted APIs (@subdomain/spec)
And just to clarify a bit... the @whatever itself doesn't matter at all! It's just to make the code snippets clearer.
comment created time in 12 days
push eventreadmeio/api
commit sha 511b0c170a06c345abdf2bd4b9a0e96599bccbd6
fix: prettier
push time in 16 days
pull request commentreadmeio/api
feat: shorthand for readme-hosted APIs (@subdomain/spec)
I made it a bit more flexible.
I think we should just allow @anything as the prefix (not necessarily @readme), so that people are clear what's happening when reading the code.
- ⛔️ This is bad because it isn't whitelabeled:
api('@readme/5f87734f218d9bf534524e12') - ⛔️ This is bad because it's not clear what API it's calling:
api('5f87734f218d9bf534524e12') - ✅ I like how this indicates what API it is!
api('@lyft/5f87734f218d9bf534524e12')
comment created time in 16 days
push eventreadmeio/api
commit sha f583fe052390c2ca5e10412af77e4dbfe4c5689b
fix: make it more flexible
push time in 16 days
issue commentreadmeio/api-explorer
Simple mode API snippet auth is being erroneously base64 encoded
Is there something I can do to fix this? This is a pretty big one 😬 our API is completely broken now!
comment created time in 17 days
pull request commentreadmeio/api
feat: shorthand for readme-hosted APIs (@subdomain/spec)
Okay, I've thought about this a bit more, and there's some issues:
Problems
- If someone changes their subdomain or churns, this will break anyone using their API
- Not everyone has a good subdomain
Solution
Since OAS IDs are unique, what if we changed the syntax to always be @readme/123abc123abc, and had that resolve to something like https://specs.readme.io/123abc123abc?
Then, we should just never delete OAS specs ever (like, say, npm) so that we don't break people using APIs, even if the company churns or deletes it.
comment created time in 17 days
PR opened readmeio/api
Before
const sdk = require('api')('https://docs.readme.com/openapi/5f7ceacf43621b0311080a58');
sdk.auth('auth_here');
sdk.getAPISpecification({perPage: '10', page: '1', 'x-readme-version': '2.0'})
.then(res => res.json())
.then(res => {
console.log(res);
});
After
const sdk = require('api')('@readme/5f7ceacf43621b0311080a58');
sdk.auth('auth_here');
sdk.getAPISpecification({perPage: '10', page: '1', 'x-readme-version': '2.0'})
.then(res => res.json())
.then(res => {
console.log(res);
});
How it works
It just resolves @subdomain to https://subdomain.readme.io/openapi
Left to do
- [ ] Add it to the HTTPSnippet stuff in
api-explorer
pr created time in 17 days
push eventgkoberger/ted-lasso
commit sha 70f1f0bc54226617d3229b9702ed1b41f3f008fe
Update README.md
push time in a month
push eventgkoberger/ted-lasso
commit sha 68d090ad35f4df098921243ea607956182a2be18
preview
push time in a month
push eventgkoberger/ted-lasso
commit sha eb0b5902a1cb7210dd3b9de762bcde62908f6326
Update README.md
push time in a month
push eventgkoberger/ted-lasso
commit sha c5ba8f0d52b340a10956ff0f72c041287e257c34
Update README.md
push time in a month
push eventgkoberger/ted-lasso
commit sha bdd92b0f3904a665b279c4eb94c3f5e0f068a84c
Update README.md
push time in a month
push eventgkoberger/ted-lasso
commit sha 59665c7333ef8f6b8bc20ea0bfabeb97ae9b8479
Update README.md
push time in a month
push eventgkoberger/ted-lasso
commit sha c235b69f9b7fa9e7b811fa7e8e2e715e525f1b5f
Fix setup a bit
push time in a month
push eventgkoberger/ted-lasso
commit sha af850e1923e3edbc98ddf3a1a25423facf33182e
Fix some issues
push time in a month
push eventgkoberger/ted-lasso
commit sha ba8273a98ebe2e2b0b95ebec7a9994872e747776
Make work on Heroku
push time in a month
push eventgkoberger/ted-lasso
commit sha 793364eae2427eada6986c53d53a464fdfc0dc23
roll back node
push time in a month
push eventgkoberger/ted-lasso
commit sha ae04a53ff9a202c763f9c55bbc215d334721d566
Fix up a bit
push time in a month
pull request commentreadmeio/api-explorer
feat: operation level extensions
😍
comment created time in a month
push eventgkoberger/express-base
commit sha 5b10b9b756ed07c900ed845ce90e73da007c51fd
Add an emoji
push time in a month
push eventgkoberger/avataaars
commit sha d7fd8b9330798d93c2228f2112ad245670d4e92c
Use newer version of Node (Fixes #17)
push time in a month
issue closedgkoberger/avataaars
I have done all steps:
$ git clone [email protected]:gkoberger/avataaars.git
$ cd avataaars
$ npm install
$ npm start
but I get "Unexpected token {" error.

closed time in a month
luiyi99issue commentgkoberger/avataaars
Ah, I never upgraded it! FIxing :)
comment created time in a month
push eventgkoberger/teleprompter
commit sha bc3b94904e4b5b72f51fa9d5af2cddf4df22c280
Make it easier to create a script
push time in a month
push eventgkoberger/teleprompter
commit sha b18f095660799766db4f7a34aae77b8aacc327e8
Show the command syntax
push time in a month
push eventgkoberger/teleprompter
commit sha 77a95574d4bf533f4a4b565bfec66a62b766de60
Clean up the Connection Demo stuff!
push time in a month
push eventgkoberger/teleprompter
commit sha 1cbd1111c239e7c929105f042718ebb4cde06512
Make it clear whos to blame!
push time in a month
push eventgkoberger/teleprompter
commit sha 73dc0fa00655f862244ccb47655b867cc0924d2c
Update the readme
push time in a month
push eventgkoberger/teleprompter
commit sha 0418da3bb6aa7fbb3bfb5698e1c542a09b2feb6d
Make the demo runnable on its own
push time in a month
push eventgkoberger/teleprompter
commit sha e7ffd62828bb83b601ba085cc9f3e25eecbab5fa
Allow external connections
push time in a month
push eventgkoberger/teleprompter
commit sha 752d8feb214fdcb5fb9ca3c48be7cb9492b34087
First attempt, but socket stuff feels too hard
commit sha 320d083d0f8682d08f9667365c1d83b9fc3a4132
Get socket.io working for multi
commit sha 6878e1961b799cedc218ac09ef0b0488652fbb82
Merge pull request #1 from gkoberger/multi-version Multiple connections
push time in a month
PR merged gkoberger/teleprompter
This will allow many people to use it at once!
pr closed time in a month
PR opened gkoberger/teleprompter
This will allow many people to use it at once!
pr created time in a month
push eventgkoberger/teleprompter
commit sha 320d083d0f8682d08f9667365c1d83b9fc3a4132
Get socket.io working for multi
push time in a month
issue commentgkoberger/avataaars
Hey! I was able to reproduce this using Node v8.9.0. Try upgrading to 10.
If you're worried about messing up other things, try using nvm and only using v10 for this project!
Let me know if you get stuck :)
comment created time in a month
push eventgkoberger/teleprompter
commit sha 1de89f4c2801a5f866f00839eee9e477fd5a36f7
regex
push time in 2 months
push eventgkoberger/teleprompter
commit sha be586a119fdaa6e8bb9a18bb901a77e51a28f93c
prepend commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha 59811a12e164ef872287f6cfe4053902ce62ef02
teleprompter actions
push time in 2 months
push eventgkoberger/teleprompter
commit sha 1816a4d4080b6f2122674cd81640119093003fd3
Better nav
push time in 2 months
push eventgkoberger/teleprompter
commit sha a0fc430e2c181c8653720e9c4a436c4a691a2163
Fix text being cut off
push time in 2 months
push eventgkoberger/teleprompter
commit sha ee3dfbbdae9427541224859668171158bf43ee15
add a/b to the keyCodes
push time in 2 months
push eventgkoberger/teleprompter
commit sha 2aed1c15b237d4af013937232896c2186cae3702
add a/b to the keyCodes
push time in 2 months
push eventgkoberger/teleprompter
commit sha b6061e1a114201f290de399799c611f4bb183c73
add a/b to the keyCodes
push time in 2 months
push eventgkoberger/teleprompter
commit sha 9d01021982f76d09375630bbe8e6097ae181e676
actions
push time in 2 months
push eventgkoberger/teleprompter
commit sha 0f404ab17b2728b02c4ec582555013bfcd5629b7
actions
push time in 2 months
push eventgkoberger/teleprompter
commit sha b36299faf5d865c5d8d2036fb28e40ee186e7cf5
actions
push time in 2 months
push eventgkoberger/teleprompter
commit sha 62b108f6f53069be6ac483b98680a4fbfed5051d
Emit commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha 728bc30e91267776b0daa62d7a2df8c9204bc9e1
Emit commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha 18c6261f3ee07039bcea858c8d4402187b0fe8ae
Emit commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha deee705601d15ee91bd2cf30d9947a16b1e397aa
Emit commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha 557fe74342ccf1d68da53f01f4e609278dc4753f
Emit commands
push time in 2 months
push eventgkoberger/teleprompter
commit sha ab129b59cca917d23647ea728fb0dd5511101498
Make it easier to connect to a DB
commit sha 5e16357e92c8230f2b1fcccff1dcc4442369ec9a
Don't require Dropbox Paper
commit sha cab060429a40d75eccb83f957627144939b1a777
Max-width on content
push time in 2 months
push eventgkoberger/teleprompter
commit sha c95c000abccda4cb198f203f8b205c5244bb52e6
Ready for iPad
push time in 2 months
push eventgkoberger/teleprompter
commit sha ebd069b9bf6af06e8b68cb8d6f5ed83c6e6730ac
Console.log
push time in 2 months
push eventgkoberger/teleprompter
commit sha 73604242cb45d477246632284ba70f110838816f
Add support for socket.io
push time in 2 months
issue commenttomwyr/avataaar-image
Sorry about that, it was costing a few thousand dollars and people were spamming it! The code still works if you want to host it yourself :)
comment created time in 2 months
push eventgkoberger/offers
commit sha 5a5645c9f29736bc2bd505cf42c37e71d83cc645
blog homepage
push time in 2 months
push eventgkoberger/teleprompter
commit sha 165d4f9dad6da975eff672dcf54d46e3f184445a
Clean up header styling
push time in 2 months
push eventgkoberger/teleprompter
commit sha d88938709523b1bc13e846ba8ac29ad0c45cc78c
Add dotnev
push time in 2 months
push eventgkoberger/teleprompter
commit sha 824a9991abf94cff552f1a5d8c426f7e2ca6f564
Remove users route
push time in 2 months
push eventgkoberger/teleprompter
commit sha 57e96a4e5374ff310673ce8624aa86067aab9491
Update readme
push time in 2 months
push eventgkoberger/express-base
commit sha 3f9ffc661037ed811e3b4847c9ecfa40aabd7474
Auto-show social.png
push time in 2 months
push eventgkoberger/express-base
commit sha 82e39819488db2244e12b5b3adaab30f1168aba7
Auto-show social.png
push time in 2 months
PR opened holman/extended-exercise-windows
pr created time in 2 months
push eventgkoberger/extended-exercise-windows
commit sha ad3460cc1b7ae6fd51c384d7221e00a03e056df6
Update README.md
push time in 2 months
push eventgkoberger/offers
commit sha 79a030fbddc3015bf16bc528d2088b8e89c8b9bc
Change gifs!
push time in 2 months
push eventgkoberger/offers
commit sha 72374b2b3034da8e98caba3e4f83ae3f35d697ad
fuck
push time in 2 months
pull request commentreadmeio/httpsnippet
fix: cleaner python json snippets
😍
comment created time in 2 months
push eventgkoberger/avataaars
commit sha f88610dd87ef995d38b21d2cdd0d007c0c55a730
Bring back (disabled) support for PNGs
push time in 2 months
push eventgkoberger/avataaars
commit sha 428733cfe1fffc515d4040d70a569944f5ee878f
Bump mixin-deep from 1.3.1 to 1.3.2 Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
commit sha df12ea8415053063b834ff0b11970b63f06b1e5d
Merge pull request #8 from gkoberger/dependabot/npm_and_yarn/mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2
push time in 2 months
PR merged gkoberger/avataaars
Bumps mixin-deep from 1.3.1 to 1.3.2. <details> <summary>Commits</summary>
754f0c21.3.290ee1faensure keys are valid when mixing in values- See full diff in compare view </details> <details> <summary>Maintainer changes</summary>
This version was pushed to npm by doowb, a new releaser for mixin-deep since your current version. </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
delete branch gkoberger/avataaars
delete branch : dependabot/npm_and_yarn/elliptic-6.5.3
delete time in 2 months
push eventgkoberger/avataaars
commit sha 5e4bc484e99c026bda5896b923c030c67aeac5f8
Bump elliptic from 6.4.1 to 6.5.3 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 0d444a63b25de539e5289f83f7db46efe3753810
Merge pull request #12 from gkoberger/dependabot/npm_and_yarn/elliptic-6.5.3 Bump elliptic from 6.4.1 to 6.5.3
push time in 2 months
PR merged gkoberger/avataaars
Bumps elliptic from 6.4.1 to 6.5.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/elliptic/commit/8647803dc3d90506aa03021737f7b061ba959ae1"><code>8647803</code></a> 6.5.3</li> <li><a href="https://github.com/indutny/elliptic/commit/856fe4d99fe7b6200556e6400b3bf585b1721bec"><code>856fe4d</code></a> signature: prevent malleability and overflows</li> <li><a href="https://github.com/indutny/elliptic/commit/60489415e545efdfd3010ae74b9726facbf08ca8"><code>6048941</code></a> 6.5.2</li> <li><a href="https://github.com/indutny/elliptic/commit/9984964457c9f8a63b91b01ea103260417eca237"><code>9984964</code></a> package: bump dependencies</li> <li><a href="https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a"><code>ec735ed</code></a> utils: leak less information in <code>getNAF()</code></li> <li><a href="https://github.com/indutny/elliptic/commit/71e4e8e2f5b8f0bdbfbe106c72cc9fbc746d3d60"><code>71e4e8e</code></a> 6.5.1</li> <li><a href="https://github.com/indutny/elliptic/commit/7ec66ffa255079260126d87b1762a59ea10de5ea"><code>7ec66ff</code></a> short: add infinity check before multiplying</li> <li><a href="https://github.com/indutny/elliptic/commit/ee7970b92f388e981d694be0436c4c8036b5d36c"><code>ee7970b</code></a> travis: really move on</li> <li><a href="https://github.com/indutny/elliptic/commit/637d0216b58de7edee4f3eb5641295ac323acadb"><code>637d021</code></a> travis: move on</li> <li><a href="https://github.com/indutny/elliptic/commit/5ed0babb6467cd8575a9218265473fda926d9d42"><code>5ed0bab</code></a> package: update deps</li> <li>Additional commits viewable in <a href="https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventgkoberger/avataaars
commit sha c7e88dbaf1239e85cbceb239230e7bb11e1e4c1c
Bump lodash from 4.17.11 to 4.17.20 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.20) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 978695e41c7760fb382bdb24b51f0b2e7e81528c
Merge pull request #14 from gkoberger/dependabot/npm_and_yarn/lodash-4.17.20 Bump lodash from 4.17.11 to 4.17.20
push time in 2 months
PR merged gkoberger/avataaars
Bumps lodash from 4.17.11 to 4.17.20. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lodash/lodash/commit/ded9bc66583ed0b4e3b7dc906206d40757b4a90a"><code>ded9bc6</code></a> Bump to v4.17.20.</li> <li><a href="https://github.com/lodash/lodash/commit/63150ef7645ac07961b63a86490f419f356429aa"><code>63150ef</code></a> Documentation fixes.</li> <li><a href="https://github.com/lodash/lodash/commit/00f0f62a979d2f5fa0287c06eae70cf9a62d8794"><code>00f0f62</code></a> test.js: Remove trailing comma.</li> <li><a href="https://github.com/lodash/lodash/commit/846e434c7a5b5692c55ebf5715ed677b70a32389"><code>846e434</code></a> Temporarily use a custom fork of <code>lodash-cli</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/5d046f39cbd27f573914768e3b36eeefcc4f1229"><code>5d046f3</code></a> Re-enable Travis tests on <code>4.17</code> branch.</li> <li><a href="https://github.com/lodash/lodash/commit/aa816b36d402a1ad9385142ce7188f17dae514fd"><code>aa816b3</code></a> Remove <code>/npm-package</code>.</li> <li><a href="https://github.com/lodash/lodash/commit/d7fbc52ee0466a6d248f047b5d5c3e6d1e099056"><code>d7fbc52</code></a> Bump to v4.17.19</li> <li><a href="https://github.com/lodash/lodash/commit/2e1c0f22f425e9c013815b2cd7c2ebd51f49a8d6"><code>2e1c0f2</code></a> Add npm-package</li> <li><a href="https://github.com/lodash/lodash/commit/1b6c282299f4e0271f932b466c67f0f822aa308e"><code>1b6c282</code></a> Bump to v4.17.18</li> <li><a href="https://github.com/lodash/lodash/commit/a370ac81408de2da77a82b3c4b61a01a3b9c2fac"><code>a370ac8</code></a> Bump to v4.17.17</li> <li>Additional commits viewable in <a href="https://github.com/lodash/lodash/compare/4.17.11...4.17.20">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~bnjmnt4n">bnjmnt4n</a>, a new releaser for lodash since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 2 months
push eventgkoberger/avataaars
commit sha 8f75bac593f22f51954209fbd5fdfec3c94c2726
Update README.md
push time in 2 months
issue openedgkoberger/avataaars
I had to turn off PNG support on avataaars.io, because it was being abused and was costing a few thousand dollars a month.
If you need PNG support, the code's still in the repo, and you can deploy it yourself!
Or, if you have any interest in a paid version of this, feel free to email me (username at gmail) and we can figure something out.
created time in 2 months
issue closedgkoberger/avataaars
Is it possible to get a randomly generated avatar and store it directly to a variable?
I want to store a new randomly generated avatar each time a new user is created.
closed time in 2 months
ishank-devissue commentgkoberger/avataaars
Is it possible to get a randomly generated avatar and store it directly to a variable?
Yeah! But you'd have to do that on your end :) I suggest making a list of all the options, and then saving it to their profiles!
comment created time in 2 months
issue commentgkoberger/avataaars
Not sure, I do it on Heroku! But you should be able to deploy it easily :)
comment created time in 2 months
push eventgkoberger/avataaars
commit sha 5720edd58e061b194e4b32d460094d5fd68e8040
Create LICENSE
commit sha 7da61559ffebf524a58954afe19ef17b01b64d28
Merge pull request #15 from gkoberger/add-license-1 Create LICENSE
push time in 2 months
issue closedgkoberger/avataaars
Can you add a license? Preferably MIT?
closed time in 2 months
ConProgrammingpush eventgkoberger/avataaars
commit sha 7864c0cacc45c1dc69bf7c03e570afcd064ffc18
Specify version for packages
push time in 2 months
push eventgkoberger/avataaars
commit sha 962c5356602539dbef961d572c67a41294dd891f
Give debuga version
push time in 2 months
push eventgkoberger/avataaars
commit sha 15fd94a98002344aa49d0a4dc33b1e5bfeb46982
Remove convert svg
push time in 2 months
push eventgkoberger/avataaars
commit sha 508980aa2263a77b9f8801a2302127d4752bf967
Remove forever?
push time in 2 months
push eventgkoberger/avataaars
commit sha 779d4c6e177edbac6e5768be1aca871532bbe94c
Update README
push time in 2 months
push eventgkoberger/avataaars
commit sha 367287bc30079a914e47b73564a8461593847c4b
Turn off PNG
commit sha ed71b0e896620bd1ef89f7ab1f814573d094c0ee
Remove svg
push time in 2 months
push eventgkoberger/offers
commit sha 1b30c7537efa89bfc7682f1d64e5e1f7d34883bd
Fix spacing?
push time in 2 months