Amio
ac9db12eed
fix: handle edge cases gracefully
2018-07-25 13:34:22 +08:00
Steven
f4f0a1b5b2
Fix classic vs flat choices ( #32 )
2018-07-25 13:16:26 +08:00
Amio
006cbc62c3
docs: cleanup badges
2018-07-25 00:17:34 +08:00
Amio
8bde1e2462
perf: tweak live badge cache time
2018-07-24 23:55:12 +08:00
Amio
f550ab97a2
docs: update examples for codecov
2018-07-24 23:08:03 +08:00
Amio
14d3bd38da
feat: add packagephobia live badge
2018-07-24 22:59:16 +08:00
Amio
1bcfef284d
chore: better exception handle
2018-07-24 22:43:40 +08:00
Amio
f1136d1e2c
chore: badgen.now.sh => badgen.net
2018-07-24 18:44:55 +08:00
Amio
6cba17e3d8
chore: support debug with nodemon
2018-07-24 18:39:35 +08:00
Amio
f24a66a17d
fix: no query object on defaultRoute(404)
2018-07-24 18:05:25 +08:00
Amio
36f34b7fec
chore: disable tedious http log by micro-dev
2018-07-23 21:46:46 +08:00
Amio
36903e56a6
docs: simplify desc in developing
2018-07-23 21:07:33 +08:00
Amio
13ce369712
docs: update index
2018-07-23 21:06:56 +08:00
Amio
cebf9afdaf
docs: fix safari avg alignment glitch
2018-07-23 15:48:17 +08:00
Amio
f309bb35c8
docs: update examples in index
2018-07-23 15:39:44 +08:00
Amio
73375e64bc
docs: sort uptime badges
2018-07-23 00:39:54 +08:00
Amio
a2c034259a
chore: add .travis.yml
2018-07-23 00:27:26 +08:00
Amio
3b4a037f87
feat: limit timeout for live-fns. 20s is too long
2018-07-23 00:22:42 +08:00
Amio
b9bb4db26f
docs: use pink on style badge 💅
2018-07-23 00:10:21 +08:00
Amio
a1b09b37a0
docs: add style link to index
2018-07-22 23:55:18 +08:00
Amio
a1c637e390
chore: update deploy script
2018-07-22 23:34:26 +08:00
Amio
5416a4655e
chore: refactor uptime-robot badge
2018-07-22 23:33:15 +08:00
Amio
7675c45325
docs: update index
2018-07-22 23:23:31 +08:00
Amio
53d2b7d4a8
docs: update uptime badge
2018-07-22 22:04:03 +08:00
Amio
08b6f86437
docs: update readme text & badge links
2018-07-22 21:59:20 +08:00
Amio /
c84a4a2fa9
refactor: find-my-way => micro + micro-fork ( #29 )
...
and nodemon => micro-dev
and support query params: style, label, emoji, list
Regarding https://github.com/amio/badgen-service/issues/10#issuecomment-406813669
2018-07-22 21:00:51 +08:00
Amio
75044c8c8b
chore: lru-cache not needed anymore
2018-07-22 00:29:37 +08:00
Fox George Penguin
05c3f545f4
Update readme things ( #28 )
...
- Updates a bit of the wording and some typos.
- Extends the Developing section it more
2018-07-22 00:20:22 +08:00
Amio
1401a1bc0e
docs: cleanup words in readme
2018-07-21 23:43:38 +08:00
Amio
9051e7a07f
chore: add flat.badgen.net to alias list
2018-07-21 23:26:19 +08:00
Amio
d73c0e2834
docs: cleanup
2018-07-21 22:43:02 +08:00
Amio
33e9dd3dc5
docs: add status badge & badgen story
2018-07-21 22:00:13 +08:00
Amio
32196b628a
Fix usage docs for uptime-robot
2018-07-21 21:57:14 +08:00
Fox George Penguin
3a644301cd
fix(npm): use /point instead of /range ( #25 )
...
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-21 20:03:38 +08:00
Amio
2503272a5d
Update index style
2018-07-21 16:33:02 +08:00
Amio
013708fc8f
feat: add uptime-robot live-badge
2018-07-21 16:23:48 +08:00
Amio
2eefaf4e33
Add docs link to npm.js
2018-07-21 14:40:41 +08:00
Fox George Penguin
ba5ea6f25f
fix: updates for downloads per day ( #23 )
...
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-21 14:06:52 +08:00
Amio
dd0aa0f199
Add eslint rule "sort-keys" to index of live-fns
2018-07-21 00:02:52 +08:00
Amio
200156cec4
Leave a note after server running
2018-07-20 23:52:38 +08:00
Fox George Penguin
3e93016492
Update index ( #19 )
...
* fix: update served index & typos in travis service
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: update index - add github links
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: revert changes that are not for here
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: tweaks to the index.md
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-20 22:31:12 +08:00
Fox George Penguin
3f55c30137
feat: start github live badges ( #15 )
...
* feat: start github live badges
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: sort keys
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: remove sort-keys rule
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: address comments - orange color on prerelease
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-20 22:29:45 +08:00
Amio
2c2fca4074
Merge branch 'master' of https://github.com/amio/badgen-service
2018-07-20 17:47:56 +08:00
Amio
ec67a10403
Add emoji support. but hide it for now
...
Not sure if it's really needed, and emoji looks not that cool in
11px size 🤔 just leave it here hidden for now.
Preview at /emoji/unicorns/💩 🤱 🦄 /DDD
2018-07-20 17:43:12 +08:00
Steven
ec2e8f23cd
Fix gitter badge ( #21 )
...
The URL was purple but the image was cyan.
This changes both to be purple.
2018-07-20 16:02:30 +08:00
Fox George Penguin
2f7c3cd004
fix(travis): more ensurance ( #20 )
...
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-19 22:11:59 +08:00
Fox George Penguin
317d12313b
feat: add support for codecov coverage ( #16 )
...
* feat: add support for codecov coverage
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: ensurance for coverage loading
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* chore: remove eslintConfig field
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: codecov badge when unknown repo
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
* fix: more safety cast result to string
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-19 21:58:15 +08:00
Amio /
6f0d2631a0
Merge pull request #18 from olstenlarck/eslint-config-field
...
fix: add eslintConfig field, so IDEs are happy
2018-07-19 21:35:40 +08:00
Amio /
f624f4db6c
Merge pull request #17 from olstenlarck/npm-downloads-total
...
fix: add npm downloads total
2018-07-19 21:29:47 +08:00
Charlike Mike Reagent
bdcaa41e69
fix(npm): updates for downloads period
...
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
2018-07-19 15:19:50 +03:00