8 packages
@anthony16t/mongodb
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";
@anthony16t/shopify-ql
Shopify graphql api
@anthony16t/svelte-icons
@anthony16t/twitter-api
Get information from twitter using the bearer token
@anthony16t/twitter-search
``` 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
@anthony16t/yahoo-data
``` 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.
mongodb-ant
A mongodb wrapper
shopify-ql
Shopify graphql api