Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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