Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.19 KB

About

This is a JS web client example for the usage of the Freesound.org API based on the repositories:

Demo

You can check OAuth2 to login into your Freesound account and upload a sound after: https://freesoundapiclient.web.app

Running locally

  1. git clone https://github.com/fan-droide/freesound.git
  2. cd freesound
  3. npm i
  4. cp .env.example .env
# Configure your freesound API id and secret in .env
  1. npm start
  2. Open http://localhost:1234

NOTE: Uncomment lines at

example1()
to run the different examples

More info

Disclaimer

  • 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