Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuppilekkia/notion-import-resume
[WIP] This project imports my public resume page on notion, parses and exposes it via API.
https://github.com/cuppilekkia/notion-import-resume
api expressjs import nodejs notion resume typescript
Last synced: 1 day ago
JSON representation
[WIP] This project imports my public resume page on notion, parses and exposes it via API.
- Host: GitHub
- URL: https://github.com/cuppilekkia/notion-import-resume
- Owner: cuppilekkia
- Created: 2022-07-24T12:34:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T09:09:12.000Z (over 2 years ago)
- Last Synced: 2023-03-03T05:36:53.166Z (almost 2 years ago)
- Topics: api, expressjs, import, nodejs, notion, resume, typescript
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import Resume from Notion
This project imports my public resume page on notion, parses and exposes it via API.
See the notion resume as reference here: https://www.notion.so/Antonio-Coppola-3f54882e312c488dabe9f5749c302bd4
And the results of the API are here: https://notion-resume-import.glitch.me/resume
## Development
### Setup
Create the local .env file with your private notion api key.
See [here](https://developers.notion.com/docs/getting-started#step-1-create-an-integration) how to get the api key creating a Notion integration.```sh
# 1. Create the .evn
cp .env.example .env# 2. paste the key in the .env
# 2. paste your resume page id in the .env
```---
© Antonio Coppola