https://github.com/rapidapi/devrel-examples-external
RapidAPI Examples by external developers — curated as is.
https://github.com/rapidapi/devrel-examples-external
Last synced: 10 months ago
JSON representation
RapidAPI Examples by external developers — curated as is.
- Host: GitHub
- URL: https://github.com/rapidapi/devrel-examples-external
- Owner: RapidAPI
- Created: 2021-09-28T10:33:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T06:46:22.000Z (over 2 years ago)
- Last Synced: 2025-03-29T19:05:02.499Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.9 MB
- Stars: 316
- Watchers: 7
- Forks: 91
- Open Issues: 67
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevRel Examples (external)
**RapidAPI Examples** by external developers — curated as is. In this repository you will find projects built using APIs available on the [RapidAPI Hub](https://rapidapi.com/hub?utm_source=github.com%2FRapid_API&utm_medium=DevRel&utm_campaign=DevRel).
## Getting Started
Go to [RapidAPI Hub](https://rapidapi.com/hub?utm_source=github.com%2FRapid_API&utm_medium=DevRel&utm_campaign=DevRel) and create a free account. RapidAPI is the world's largest API Hub, where over three million developers find, connect, build, and sell tens of thousands of APIs. You can access more than 35,000 APIs using a single API Key.
## Contributing
Note that you should add only the files that are necessary for the application to work properly. That means no separate configuration files for Prettier, ESLint, etc. unless it's necessary for your application to work.
### Commit messages
Use the [Emoji Log](https://github.com/ahmadawais/Emoji-Log) convention for writing new commit messages.
### Application structure
Each application resides in its directory. When your changes are ready, submit a pull request against the **main** branch of this repository.
### Deployments
We prefer [Vercel](https://vercel.com) for deployments. When you are deploying your application, ensure that the domain of your deployment starts with **rapidapi-example-**. For example, if the name of your application is **cryptocurrent-app**, then your domain should be **rapidapi-example-cryptocurrent-app**.
### Formatting
Consider formatting your code via [Prettier](https://prettier.io) before submitting a pull request.