Skip to content

The Vizness provides a one-stop shop for data visualization news. Snapshots of articles from the most influential blogs are shown, allowing users to link out, bookmark, and comment on their favorites.

Notifications You must be signed in to change notification settings

datananda/TheVizness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Vizness

The Vizness provides all your data visualization news in a one-stop-shop. Snapshots of articles scraped from the most popular data viz blogs are shown and you can link out directly to the full articles. You can also leave comments and create personalized bookmarks to save articles you want to review later.

Getting Started

Prerequisites

To use this repo, you will first need to install node and MongoDB.

Installing

  1. Install the required node packages
npm install
  1. Start mongod process from a command prompt and leave it running while you develop
mongod
  1. Seed your blogs collection with documents by navigating to the models/seeds directory from a separate command prompt and running the following command:
mongoimport --db MongoNews --collection blogs --file blogs.json --jsonArray
  1. Start your node server (or use nodemon)
node server.js
  1. Open the site you have locally hosted and click the "Refresh Articles" button to add documents to the articles collection

Built With

About

The Vizness provides a one-stop shop for data visualization news. Snapshots of articles from the most influential blogs are shown, allowing users to link out, bookmark, and comment on their favorites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published