https://github.com/hellerve/badges
A simple badge service written in zepto
https://github.com/hellerve/badges
Last synced: about 1 month ago
JSON representation
A simple badge service written in zepto
- Host: GitHub
- URL: https://github.com/hellerve/badges
- Owner: hellerve
- Created: 2016-07-18T08:46:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T09:56:03.000Z (over 9 years ago)
- Last Synced: 2025-09-12T13:05:16.251Z (6 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# badges
A little badge generation service. A more robust
version of the badge server example
[in lang-server](https://github.com/hellerve/lang-server/blob/master/examples/badges/badges.zp).
## Installation
```
zeps install hellerve/badges
```
## Usage
Start the server using
```
zepto-serve badges/badges
```
Then you can access (via GET) the following routes:
* `//`
* `///`
* `////`
* `/////`
Anything else will return a discouraging HTTP status code
that scolds you.
Have fun!