Nick Redmark
Nick Redmark
It has been a while since I wrote an article about ooth
Follow-up of https://github.com/nmaro/ooth/issues/6
Are there plans to integrate an accounts module? See for example https://github.com/js-accounts/accounts
Perhaps you'd like to add this to the document? https://github.com/nmaro/crdt-continuous-sequence
Mapbox provides elevation data in pngraw format, it would be great to be able to use that with iTowns. It is documented here: https://docs.mapbox.com/help/troubleshooting/access-elevation-data/
Are there any plans to transition this package to npm?
Hey, this library is gorgeous! I was wondering whether it would be possible to zoom out to see the whole globe. What are the technical limitations there?
https://medium.com/_/graphql explore with playground: https://www.electronjs.org/apps/graphql-playground. e.g. ``` query User { user(username: "@WWF") { id } } ```
I'm the developer of [ooth](https://github.com/nmaro/ooth), an open source user accounts library for node.js I built in my free time on top of passport.js. I was checking out what alternatives there...