Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/dlbr-sync

Keep a local copy of all content of a space up to date via delta updates, or content that has changed. Mobile data connections can be slow with high latency compared to broadband internet connections. When apps sync content to the device and access it from a local database (e.g. Core Data, LocalStorage, SQLite)...
https://github.com/daliborgogic/dlbr-sync

api contentful javascript sync

Last synced: 17 days ago
JSON representation

Keep a local copy of all content of a space up to date via delta updates, or content that has changed. Mobile data connections can be slow with high latency compared to broadband internet connections. When apps sync content to the device and access it from a local database (e.g. Core Data, LocalStorage, SQLite)...

Awesome Lists containing this project

README

        

# dlbr-sync

```bash
npm i

cat > .env << EOL
CONTENTFUL_SPACE=
CONTENTFUL_ACCESS_TOKEN=
CONTENTFUL_INITIAL_SYNC=true
EOL

npm run dev
```