Skip to content

Commit 73ca258

Browse files
Add steps using Notion template
1 parent 2c4fe53 commit 73ca258

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ This Go project aims to automate the completion of video game information in a N
2929
cp ./example.env .env
3030
```
3131

32-
2. Create a Notion database (or configure an already existing one) with the following properties:
32+
2.
33+
>**If you start from scratch**: Duplicate the [Notion template](https://plant-pantry-77c.notion.site/Automated-video-games-library-c833cb560feb4b82935a310e508d34c2?pvs=4) and go to step 4
34+
>
35+
>**If you already have a Notion database**: Continue to step 3
36+
37+
3. Create a Notion database (or configure an already existing one) with the following properties:
3338
- Title:
3439
- Name: Title
3540
- Type: Title
@@ -50,7 +55,7 @@ This Go project aims to automate the completion of video game information in a N
5055

5156
4. Put your integration API secret as value of the `NOTION_API_SECRET` in your `.env` file.
5257

53-
5. Go on your Notion page, click on the "..." button and on the "copy link" option. As mentionned in [environment variables section](https://developers.notion.com/docs/create-a-notion-integration#environment-variables), Get the ID of your page and put it as value of the `NOTION_PAGE_ID` in your `.env` file.
58+
5. Go on your Notion databse, click on the "..." button and on the "copy link" option. As mentionned in [environment variables section](https://developers.notion.com/docs/create-a-notion-integration#environment-variables), Get the ID of your database and put it as value of the `NOTION_PAGE_ID` in your `.env` file.
5459

5560
> ***At this point you should have a Notion database, with all mandatory properties. You should have created a private Notion integration connected with you database. You should have a `.env` file in your cloned project directory who have two values filled: `NOTION_API_SECRET` and `NOTION_PAGE_ID`***
5661

0 commit comments

Comments
 (0)