Ethan
Making products people love π₯π
Added logo to landing page β carbon-tab.netlify.com
Put up a simple landing page with a CTA
Made a nice README π github.com/Booligoosh/carbon-tab
The beta version is now live on the Chrome Web Store!!! Let me know what you think ππ chrome.google.com/webstore/detail/carbon-tab/hdbbmlahkjjgopapilkbeohfaooipafa
Submitted an initial version the the Chrome Web Store for review (it said it can take a few weeks so figured I'd do it early)
Signed up to Chrome Developer Program
Don't fetch CO2 data multiple times per hour (to reduce cloud function usage and requests to NOAA)
Filled out Chrome Webstore details (the closest category was "weather" lmao)
Posted about Carbon Tab on Twitter twitter.com/Booligoosh/status/1159834288491134981
Made the chart a full-screen sparkline π
Added graph of the daily CO2 levels since 2009 (I'll make it look nicer soon). Crazy to see how far we've kept going up in 2019 alone π€―π¬
Finish getCO2 cloud function which reads and parses the data from NOAA!
Get better COβ data from NOAA Earth System Research Laboratory by using their FTP feed
Created GitHub repo github.com/Booligoosh/carbon-tab
Auto fetch COβ data from NOAA Earth System Research Laboratory
Learned how to use Vuex for
Set up Vue project from chrome extension template (github.com/Kocal/vue-web-extension)
Started working on Carbon Tab for the Fixathon!
Went to the Sydney Indie Hackers meetup, had an awesome time!!! π€π
Got ShiftβU (unsubscribe) shortcut to work with IndexedDB/threads
Fixed more errors from removing data clones
Added proper link buttons to Sentry notifications from my personal Telegram bot! ππ₯
Don't clone data object for each component
Get unsubscribe buttons working with IndexedDB/threads