Skip to content

lelylan/api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published