Skip to content

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

Notifications You must be signed in to change notification settings

stefanjudis/cf_monthly_data_points

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%