issues
search
Krakabek
/
songSearchBot
Searches for music in popular streaming platforms (and youtube) to allow better UX of music sharing in telegram chats
MIT License
6
stars
1
forks
source link
Get rid of old libs, fix request params encoding problems
#25
Closed
arodik
closed
6 years ago
arodik
commented
6 years ago
Remove
formatQuery
function, format request params via
ljharb/qs
. Fixes #24
Remove Bluebird, Request and Request-promise. Use native promises and
Axios
instead
Add nodemon for more convenient development (Now just run
npm run dev
instead of
npm dev
and
npm start
in separate terminals)
Update other libraries
We're ready for async/await 🚔 🚔 🚔 🚔 🚔
formatQuery
function, format request params via ljharb/qs. Fixes #24npm run dev
instead ofnpm dev
andnpm start
in separate terminals)