
Daily Bing to Notion
This Notion integration syncs the daily Bing image of the day for a specific repo to a Notion Page.
Running the project locally
1. Setup your local project
yarn
2. Set your environment variables in a .env
file
You can create your own integration to get env variables here : https://www.notion.so/my-integrations

NOTION_KEY=<your-notion-api-key>
NOTION_PAGE_ID=<notion-page-id>
You can create your Notion API key here.
3. Run code
yarn start
4. Make it daily with a Cron
30 7 * * *
FAQ
Please see here for a list of frequently asked questions.
Licensing
See the LICENSE file for licensing information as it pertains to files in this repository.
Contribution
Bing-Daily-Notion-cover is an open-source project and we are very happy to accept community contributions. Please refer to Contributing to Bing-Daily-Notion-cover page for more details.
If you run into a bug or miss a feature, please open an issue in this repository.