New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mastertour

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mastertour

mastertour API

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

mastertour

interact with the API for Master Tour

this is a work in progress and should not be used for production!

usage


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

Keywords

FAQs

Package last updated on 14 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc