Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

69 lines (34 loc) · 1.54 KB

Lelylan API Proxy

Lelylan API proxy.

Requirements

API Proxy is tested against Node v0.10.36

Installation

$ git clone git@github.com:lelylan/api-proxy.git && cd api-proxy
$ npm install && npm install -g foreman
$ nf start

Install with docker

$ docker build --tag=api-proxy .
$ docker run -d -it --name api-proxy api-proxy

Resources

Contributing

Fork the repo on github and send a pull requests with topic branches. This repo does not contain any test. If you wish to provide specs to your contribution let us know to say thank you.

Coding guidelines

Follow Felix guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.