This is a JS web client example for the usage of the Freesound.org API based on the repositories:
You can check OAuth2 to login into your Freesound account and upload a sound after: https://freesoundapiclient.web.app
git clone https://github.com/fan-droide/freesound.git
cd freesound
npm i
cp .env.example .env
# Configure your freesound API id and secret in .env
npm start
- Open
http://localhost:1234
NOTE: Uncomment lines at
Line 169 in a05d410
- freesound-client API Docs: https://amilajack.github.io/freesound-client/index.html
- Check https://freesound.org/docs/api/ for documentation about the Freesound.org API.
- Apply for an API key at https://freesound.org/apiv2/apply
- Be careful when running all examples at once as you can face throttle issue due to the amount of requests
- The current version of this code is not safe for production as you will expose your secret API when making requests