youchat
v1.4.0
Published
A scraper for retrieving data from the YouChat API
Downloads
9
Maintainers
Readme
A simple scraper for retrieving data from the YouChat API
🏠 Homepage
✨ Demo
Install
npm install youchat
Usage/Examples
const { youChat } = require('youchat')
async function example() {
const response = await youChat('Tell me a story')
console.log(response)
}
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2022 Drirth <>. This project is MIT licensed.