From d16346080835e75b348ae9cb85bfd736da30bf72 Mon Sep 17 00:00:00 2001 From: hunteryeagley Date: Wed, 15 Nov 2023 00:17:52 -0600 Subject: [PATCH] modified: README.md --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c3d7edd..31aff62 100644 --- a/README.md +++ b/README.md @@ -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 ... \ No newline at end of file +- 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 \ No newline at end of file