Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nino-vrijman/raindrop-to-notion
Transforms the export from Raindrop into a .csv file which is ready to be imported in Notion.
https://github.com/nino-vrijman/raindrop-to-notion
Last synced: 2 months ago
JSON representation
Transforms the export from Raindrop into a .csv file which is ready to be imported in Notion.
- Host: GitHub
- URL: https://github.com/nino-vrijman/raindrop-to-notion
- Owner: nino-vrijman
- License: mit
- Created: 2020-04-12T18:39:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:16:49.000Z (about 2 years ago)
- Last Synced: 2024-02-15T03:16:23.772Z (12 months ago)
- Language: Vue
- Size: 2.54 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - nino-vrijman/raindrop-to-notion - Transforms the export from Raindrop into a .csv file which is ready to be imported in Notion. (Vue)
README
# raindrop-to-notion
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).