I'm developing a note app. There's a requirements for integrated data from a number of services (such as gist, evernote,...) through its api.
Each system have its own scheme
for note, (gist evernote), how can I map these scheme for my own scheme Note
.
Are there any nodejs
package available for this task?
PS: For create scheme, I use mongoose