lelylan / api-proxy

Lelylan API proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Badges

Docker image: lelylanlab/api-proxy

Use docker hub image

$ docker run -d -it --name api-proxy lelylanlab/api-proxy

Generate local image

$ 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.

About

Lelylan API proxy


Languages

Language:JavaScript 91.4%Language:Ruby 8.6%