Skip to content

fan-droide/freesound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published