Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackcats/notion-fixer
Synchronize currency rates to Notion using Fix.io and Github action
https://github.com/stackcats/notion-fixer
notion
Last synced: 24 days ago
JSON representation
Synchronize currency rates to Notion using Fix.io and Github action
- Host: GitHub
- URL: https://github.com/stackcats/notion-fixer
- Owner: stackcats
- Created: 2022-03-05T06:47:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T13:46:10.000Z (over 2 years ago)
- Last Synced: 2024-09-30T00:06:51.932Z (about 1 month ago)
- Topics: notion
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notion-fixer
Synchronize currency rates to Notion using [Fix.io](https://fixer.io/) and Github action
### Step 0
* Fork this repo.
### Step 1
* Create integration in Notion settings and set integration token to Github repo secret `NOTION_TOKEN`.
* Create a database and add a column called `Rates` with type `number`.
* Copy the link of the database to get the database id and set the id to Github repo secret `NOTION_DATABASE_ID`.
* Share the database to the integration which we created previously.### Step 2
* Sign up [Fix.io](https://fixer.io/) to get a free API key.
* Set the API key to Github repo secret `FIXER_ACCESS_KEY`