Skip to content

chinjon/hearo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearo


Background

Project is to create an interface with the LastFM API.

🌟DISCLAIMER: This project is not affiliated with LastFM🌟

Links


Usage

Prerequistes

In order to make api calls to LastFM, an API account is required. After making an account, users should be presented with an API key and a token. You can create an API account on LastFM.

To leverage those authentication items, place them in a .env file:

API_KEY=123456789
TOKEN=123456789

Development

  1. Clone repo: git clone https://github.com/chinjon/hearo.git
  2. cd into hearo
  3. Run npm i

Testing

Tests have been set up using mocha and nyc for test coverage.

  • npm run test - executes tests
  • npm run coverage - executes tests with coverage report

About

Interface for LastFM API 🔈

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published