Create a chat bot using javascript
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
https://hacktoberfest.digitalocean.com/
1. Fork this repository (Click the Fork button in the top right of this page, click your Profile Image) 2. Clone your fork down to your local machine 3. git clone https://github.com/your-username/hacktoberfest.git 4. Create a branch 5. git checkout -b branch-name 6. Make your changes (choose from any task below) 7. Commit and push 8. git add . 9. git commit -m 'Commit message' 10. git push origin branch-name 11. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) 12. Wait for your PR review and merge approval! 13. Star this repository if you had fun!