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: about 1 month 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)...
- Host: GitHub
- URL: https://github.com/daliborgogic/dlbr-sync
- Owner: daliborgogic
- License: mit
- Created: 2017-07-30T21:49:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:13:47.000Z (over 2 years ago)
- Last Synced: 2025-02-08T04:46:19.648Z (3 months ago)
- Topics: api, contentful, javascript, sync
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlbr-sync
```bash
npm icat > .env << EOL
CONTENTFUL_SPACE=
CONTENTFUL_ACCESS_TOKEN=
CONTENTFUL_INITIAL_SYNC=true
EOLnpm run dev
```