Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstruebing/koa-url-shortener
An URL shortener API with koa
https://github.com/mstruebing/koa-url-shortener
api javascript koa node node-js nodejs
Last synced: 7 days ago
JSON representation
An URL shortener API with koa
- Host: GitHub
- URL: https://github.com/mstruebing/koa-url-shortener
- Owner: mstruebing
- License: mit
- Created: 2016-09-28T14:10:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T08:03:35.000Z (over 8 years ago)
- Last Synced: 2024-12-09T00:22:58.087Z (2 months ago)
- Topics: api, javascript, koa, node, node-js, nodejs
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mstruebing/koa-url-shortener.svg?branch=master)](https://travis-ci.org/mstruebing/koa-url-shortener) [![Dependency status](https://david-dm.org/mstruebing/koa-url-shortener.svg)](https://david-dm.org/mstruebing/koa-url-shortener) [![DevDependency status](https://david-dm.org/mstruebing/koa-url-shortener/dev-status.svg)](https://david-dm.org/mstruebing/koa-url-shortener?type=dev)
## Development
You need Docker up and running
`docker-compose build && docker-compose up`
Then head to
`0.0.0.0:8080`