Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidesantangelo/github-search-react
Simple fetching data from GitHub API with react and axios.
https://github.com/davidesantangelo/github-search-react
axios github-api javascipt javascript react
Last synced: about 1 month ago
JSON representation
Simple fetching data from GitHub API with react and axios.
- Host: GitHub
- URL: https://github.com/davidesantangelo/github-search-react
- Owner: davidesantangelo
- Created: 2017-02-16T11:01:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:47:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:55:29.145Z (8 months ago)
- Topics: axios, github-api, javascipt, javascript, react
- Language: JavaScript
- Homepage:
- Size: 3.78 MB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-search
## About
This is my first react application. I just implemented a little wrapper around GitHub search API. For data fetching i used axiox library that provide a promise based HTTP client for the browser and node.js.
https://www.npmjs.com/package/axios
## Live
https://search-github-engine.herokuapp.com
## Run
npm install, npm start