synchronizing pouchDB with json data-open source projects pouchdb/pouchdb

jcbsnd

PouchDB has a built in method for synchronizing with CouchDB using one- or two-way replication.

I understand that you want to sync with a datasource, which doesn’t have a CouchDB compatible API. Then you’ll have to write code to perform the synchronization with your specific JSON API.