Closed a-eid closed 4 years ago
airbnb.login({ username: "email", password: "password" }) .then(res => console.log(res)) // null
it looks like there is a typo in the readme >> username needs to be email.
username
email
it does not return a token though!.