UNPKG

@ryb73/bs-napster-api

Version:

BuckleScript client for Napster's REST API

17 lines (12 loc) 464 B
# bs-napster-api ## What is it? Bucklescript client for [Napster's REST API](https://developer.napster.com/api). ## What state is it in? Very incomplete, unstable API. The published version may lag behind the GitHub repo – feel free to file a bug if this is the case. ## How do I install it? ``` npm i @ryb73/bs-napster-api ``` ## How do I use it? * See [test/test.re](test/test.re) for examples. * See https://developer.napster.com/api for Napster API docs