An open API service indexing awesome lists of open source software.

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.

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.