Skip to content
Akshay Verma edited this page May 20, 2017 · 2 revisions

Automated Story Generator

Automated Story Generator is a tool of comparison across states for some select key fiscal/budget indicators using different visualization. This tool is a part of the umbrella project - OpenBudgetsIndia (India's first Open Budget Data Portal). The tool provides provision to generate different insights for different fiscal years based upon different parameters like Indicator, Budget Attribute, Fiscal Year. The tool currently provides two types of visualization - Choropleth and Group Bar Charts. The visualizations generated can be downloaded in form a image which can be used in reports, posts etc.

Data Coverage

As of now, expenditure indicators for 26 states (including Delhi) and for 12 sectors have been put up on the tool.

Development Setup:

  • Clone this repository. - git clone https://github.com/cbgaindia/story-generator.git or download the zip
  • Change to the repo directory - cd story-generator
  • Install Node Packages. - npm install
  • Run the app. - npm start -s
  • Generate Build - npm run build

Contributing

  • Fork and submit pull requests (standard GitHub OSS house rules)

Note

We are in process of the building the wiki. It should be fully prepared in the coming three weeks.

Clone this wiki locally