Skip to content

eikefs/portfolio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

When open up the folder, look at .env.example and create a .env with the following infos:

OAUTH_TOKEN=yourAuthTokenFromGitHub
REQUEST_URL=yourRequestUrl

Look how to get your github auth token here.

You just need to run node src/index.js in your command prompt. But, before that, you must to install all dependencies using npm install.

Doing requests

Just access <yourHost>:3333/ using your browser or something else what do HTTP requests, and the all repositories data from github API will appears ;).

About

My portfolio API which uses https://api.github.com, made in NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published