Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. username='potato'
  2. password='potato chips crisis'
  3. const dummyDB=new window.PouchDB('http://192.168.145.19:5984/dummy',
  4. {skipSetup:true})
  5. dummyDB.signup(username, password).then(res=>{
  6. //user is signed up
  7. //now, how to create a database for the user who just signed up?
  8. }).catch(err=>{
  9. window.console.log('Error: ', err)
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement