Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oieduardorabelo/github-api-v3
Just a simple client to get Github user info
https://github.com/oieduardorabelo/github-api-v3
Last synced: 10 days ago
JSON representation
Just a simple client to get Github user info
- Host: GitHub
- URL: https://github.com/oieduardorabelo/github-api-v3
- Owner: oieduardorabelo
- Created: 2014-09-19T03:03:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T11:51:22.000Z (over 9 years ago)
- Last Synced: 2024-04-14T19:10:11.486Z (7 months ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 with Webpack and Github API v3
#### System Dependencies
I'm running this project with `webpack-dev-server`, please, install it globally:
```
npm i -g webpack-dev-server
```#### Development
Inside the project folder, run these commands:
```
# to install npm dependencies
npm i# to start the dev server
webpack-dev-server
```The last command will open a dev server at `http://localhost:8080`