/bandsintown-api-test

Example application written in next.js that makes use of bandsintown API

Primary LanguageTypeScriptMIT LicenseMIT

Bandsintown test API

Example application written in next.js that makes use of bandsintown API.

Each successful bandintown request is cached both on server-side and client-side. Frontend app doesn't send requests directly to bandsintown url, it sends requests to local server.

Server remembers each responses for one day and frontend for one hour.

Before calling any npm script, install all dependencies

npm install

To run all tests

npm run test

To run all tests in watch mode

npm run test:watch

To run application in development mode

npm run dev

To run application in production mode

npm run build
npm run start