https://github.com/charlie85270/apifinder
Webapp to find a public API
https://github.com/charlie85270/apifinder
Last synced: 3 months ago
JSON representation
Webapp to find a public API
- Host: GitHub
- URL: https://github.com/charlie85270/apifinder
- Owner: Charlie85270
- Created: 2020-04-07T14:22:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:01:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T14:44:45.091Z (6 months ago)
- Language: TypeScript
- Size: 6.11 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Features
[APIsFinder](https://www.apisfinder.com/ "APIsFinder") is a simple progressive webapp that allows you to search among more than 640 public and open APIs. It uses the [public-apis AP](https://github.com/public-apis/public-apis "public-apis repo").
[](https://app.netlify.com/sites/apisfinder/deploys)

Made with React 16.8
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.