Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.
/ medium-topArticles Public archive

Node script that retrieves the top articles related to an issue on Medium and outputs a network of keywords

License

Notifications You must be signed in to change notification settings

Mitch90/medium-topArticles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

medium-topArticles

Node script that retrieves the top articles related to an issue on Medium and outputs a network of keywords

###To run medium-topArticles:

  • Make sure you have Node installed

  • Clone the repository

  • Go to the medium-topArticles folder

cd pathToTheMedium-topArticlesFolder
  • Install node modules
npm install
  • Open index.js and choose the topic to analyze and the number of articles to retrieve
var startingPoint = 'privacy',
    articlesNumber = 100;
  • Run the script
node index.js

About

Node script that retrieves the top articles related to an issue on Medium and outputs a network of keywords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published