{"id":18932149,"url":"https://github.com/justjake/notrition","last_synced_at":"2025-04-15T16:33:41.991Z","repository":{"id":50785836,"uuid":"358105115","full_name":"justjake/notrition","owner":"justjake","description":"Nutrition and recipe integration using the Notion Public API","archived":false,"fork":false,"pushed_at":"2021-06-01T17:32:31.000Z","size":654,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T23:43:27.201Z","etag":null,"topics":["notion","notion-api","oauth2","supabase"],"latest_commit_sha":null,"homepage":"https://www.notrition.info","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justjake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-15T02:39:36.000Z","updated_at":"2024-08-23T03:53:17.000Z","dependencies_parsed_at":"2022-09-06T07:53:05.183Z","dependency_job_id":null,"html_url":"https://github.com/justjake/notrition","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjake%2Fnotrition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjake%2Fnotrition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjake%2Fnotrition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justjake%2Fnotrition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justjake","download_url":"https://codeload.github.com/justjake/notrition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249108495,"owners_count":21214003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notion","notion-api","oauth2","supabase"],"created_at":"2024-11-08T11:48:20.601Z","updated_at":"2025-04-15T16:33:41.682Z","avatar_url":"https://github.com/justjake.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notrition\n\nNotrition uses the newly-released [Notion public\nAPI](https://developers.notion.com) to pull recipe data from your recipes stored\nin Notion and produce nutrition labels thanks to the Edamam API. It connects to\nNotion using [OAuth](https://developers.notion.com/docs/authorization#authorizing-public-integrations).\n\nThis project started as a one-day internal Notion hackathon project built by\nVicky Zhang and Jake Teton-Landis. The code is GPLv3.\n\n## Demo\n\nThe live version of this app is running at [notrition.info](https://www.notrition.info).\n\n## Requirements\n\nYou will need:\n\n1. A Supabase instance. Notrition uses Supabase for authentication and persistence.\n1. A Edamam API key. Notrition uses Edamam's nutrition analysis endpoints.\n1. A Notion OAuth Integration, created at https://www.notion.so/my-integrations\n\nThen, put together a .env.local file like this:\n\n```bash\n# Copy this, then `pbpaste \u003e .env.local` in the repo.\nNEXT_PUBLIC_SUPABASE_URL=https://XXXXX.supabase.co\nNEXT_PUBLIC_SUPABASE_ANON_KEY=YYYYYY\nSECRET_SUPABASE_SERVICE_KEY=ZZZZZ\nEDAMAM_APP_ID=AAAAAA\nEDAMAM_API_TOKEN=BBBBBB\nNEXT_PUBLIC_NOTION_OAUTH_CLIENT_ID=QQQQQQQQQQ\nNOTION_OAUTH_CLIENT_SECRET=secret_JJJJJJ\n```\n\n## Development\n\n```\nyarn dev\n```\n\n## Deployment\n\nUse Vercel. Be sure to create env vars matching your .env.local.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjake%2Fnotrition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustjake%2Fnotrition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustjake%2Fnotrition/lists"}