anthony16t


  • All functions return false or result, alway check to see if returned value is not false. ``` javascript // IMPORT MONGODB CLASS (MODULE) import Mongodb from "@anthony16t/mongodb";

    published 1.0.9 2 years ago
  • Shopify graphql api

    published 1.0.0 2 years ago
  • Shopify graphql api

    published 1.0.1 2 years ago
  • ``` javascript import TwitterSearch from "@anthony16t/twitter-search" ``` Initialize the module (class) by creating a new TwitterSearch object and passing the bearer token. ``` javascript const bearerToken = "your-bearer-token-from-twitter-api" // IT'S RE

    published 1.0.4 2 years ago
  • ``` javascript import YahooData from "@anthony16t/yahoo-data"; const yahooData = new YahooData() ``` All functions return false or api data, alway check to see if returned value is not false.

    published 1.0.3 2 years ago