Skip to content

moztn/gh-proxy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kamehameha-API:

A Proxy API for github.

Running :

pip and virtualenv need to be installed on your machine.

1-Setting a virtual environment:

     mkdir venv
     virtualenv venv
     source venv/bin/activate
   

2-Cloning the project

     cd venv
     git clone https://github.com/moztn/gh-kamehameha-api.git
   

3-Installing dependencies:

     cd gh-kamehameha-api
     pip install -r requirements.txt
   

4-Running the App:

     $ python app.py
   

5- Use it : Open http://localhost:5000/

About

A Github proxy API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages