Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hunteryeagley committed Nov 15, 2023
1 parent 985e80c commit d163460
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Hill Chart API

Forked from: https://github.com/JoshAntBrown/hill-chart-api
Originally created from: https://github.com/JoshAntBrown/hill-chart-api
Then forked from: https://github.com/nalmeida/hill-chart-api

## Installing
## The Why
I love basecamp's hill chart for visualizing where work is at, discussing trade-offs and risks. I do not however fully embrace shape up for work and want to create something that will work with other frameworks. I currently app using an AWS cloud function tied to my [Notion board](https://spacecowboys.notion.site/Test-Work-6bb0fb2fa9124adfb4f4bf53a4a31f9b?pvs=4) that generates a hill chart on [hill-chart-api](https://hill-chart-api.vercel.app/api?s=Open%20Field%20Questions/100,Zillow%20Links/6,Results%20Page%203.0.1/80,Prompts/17) and updates the embedded view on my Notion. I really want to experiment with how the chart is rendered and thus have forked the above repos.

1. Clone this repo
2. Run: `$ npm install`
## Gameplan

## Running

`$ npm run server`

## To Do

* Deploy it to Vercel, Netlify, CLoudflare or orher ...
- Deploy to firebase
- Make graph ui cleaner
- Migrate Notion <> Hill Chart AWS Lambda to Firebase Cloud Function
- Add cloud function invoke button to allow refreshing the chart when embed in Notion

0 comments on commit d163460

Please sign in to comment.