/YouChat

A simple way to use YouChat

Primary LanguageJavaScript

Welcome to YouChat 👋

Version Documentation Maintenance License: MIT

A simple scraper for retrieving data from the YouChat API

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.