socialmediajs
Advanced tools
Comparing version 1.0.0 to 1.1.1
13
app.js
@@ -1,7 +0,8 @@ | ||
const YouTube = require('./lib/youtube'); | ||
require("dotenv").config() | ||
const YouTube = require('./lib/youtube'); | ||
// const instagram = require('./lib/instagram'); | ||
require('dotenv').config(); | ||
module.exports = async function data(channelID, key, amountVideos) { | ||
const data = await YouTube(channelID, key, amountVideos); | ||
return data; | ||
} | ||
module.exports = { | ||
YouTube: async (channelID, key) => (await YouTube(channelID, key, 5)), | ||
// Instagram: async (instaId) => (await simpleInstagramScraper.getReport(instaId)), | ||
} |
{ | ||
"name": "socialmediajs", | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"description": "The eassiest way to grab info from the YouTube API , Instagram API and Twitter API", | ||
"main": "app.js", | ||
"scripts": { | ||
"test": "nodemon app.js" | ||
"test": "nodemon _test.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8325
8
110