-
Notifications
You must be signed in to change notification settings - Fork 9
Home
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.
As of now, expenditure indicators for 26 states (including Delhi) and for 12 sectors have been put up on the tool.
-
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
- Fork and submit pull requests (standard GitHub OSS house rules)
We are in process of the building the wiki. It should be fully prepared in the coming three weeks.