Skip to content

web service to get a low bitrate version of a spotify track preview

Notifications You must be signed in to change notification settings

gerice92/heroku-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-getting-started

Audio file conversor. The audio file is downloaded from the public URL and return the audio with 16000 Hz (48 kbps) bitrate,

A barebones Node.js app using Express 4.

This application supports the Getting Started on Heroku with Node.js

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Added a .env file with the ORIGIN_ID variable as authentication data Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

About

web service to get a low bitrate version of a spotify track preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published