An open API service indexing awesome lists of open source software.

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

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!