Skip to content

wblazej/GitGist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Semester final project from JavaScript on WSIZ


GitGist

This project uses Gist GitHub API. Learn more about GitHub API Documentation

screenshot

Running

Running project on development server

git clone https://github.com/wblazej/GitGist
cd GitGist
yarn install
yarn start

Running tests

echo '{"token": "your_github_api_token"}' > __tests__/config.json
yarn run test