https://github.com/ryanfarber/mastertour
interact with the API for Mastertour
https://github.com/ryanfarber/mastertour
eventric mastertour music
Last synced: 9 months ago
JSON representation
interact with the API for Mastertour
- Host: GitHub
- URL: https://github.com/ryanfarber/mastertour
- Owner: ryanfarber
- Created: 2022-03-21T00:55:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T18:28:05.000Z (almost 4 years ago)
- Last Synced: 2025-10-10T19:38:47.806Z (9 months ago)
- Topics: eventric, mastertour, music
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mastertour
interact with the API for [Master Tour](https://www.eventric.com/master-tour-management-software/)
***this is a work in progress and should not be used for production!***
## usage
```javascript
const Mastertour = require("mastertour")
const mastertour = new Mastertour({
key: process.env.MASTERTOUR_KEY,
secret: process.env.MASTERTOUR_SECRET
tourId: "abcdefg1234567" // optional tour id which will be used for calls
})
mastertour.getTours().then(console.log)
```
## methods
- `getTours` - get a list of all tours from your account
- `getTour` - get data for a given tour
- `getDay` - get data about a specific day
- `getToday` - returns data for current date
- `getDate` - get data given a specified date