0.0.1 • Published 4 years ago

@nishans/store v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@nishans/store

A package to export remote notion data into local file system in various formats or in monogdb instance

Usage

This small package exposes four methods to facilitate downloading notion data

  1. storeInLocalFileFromNotion: Stores data from notion collection block into a local file
  2. storeInLocalFileFromMongodb: Stores data from local mongodb instance into a local file
  3. storeInLocalMongodbFromFile: Stores data from local file from file system into local mongodb instance
  4. storeInLocalMongodbFromNotion: Stores data from notion collection block into local mongodb instance