1.4.0 • Published 1 year ago

youchat v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.