stefanjudis / cf_monthly_data_points

An experiment to collect monthly activity data points, and retrieving them from a quick and dirty CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevRel Monthly Data Points

This is an experiment in creating a simple data source in Contentful, and a quick and dirty CLI to retrieve the values in a nice-looking table.

Usage

  • clone this repo
  • run npm install to get all dependencies
  • create your config file with the following format (save as ./config.js):
module.exports = {
  contentful : {
    spaceId     : 'space_id',
    accessToken : 'access_token',
    contentType : 'monthEntry'
  }
}
  • run npm start

Sample output

About

An experiment to collect monthly activity data points, and retrieving them from a quick and dirty CLI


Languages

Language:JavaScript 100.0%