Skip to content

Commit

Permalink
docs: update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Jun 29, 2020
1 parent 4f58c65 commit 9f6d0ea
Showing 1 changed file with 19 additions and 23 deletions.
42 changes: 19 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@

# Messenger Translator

[![Node.js CI](https://github.com/eidoriantan/messenger-translator/workflows/Node.js%20CI/badge.svg)](https://github.com/eidoriantan/messenger-translator/actions?query=workflow%3A%22Node.js+CI%22)
[![Build Status](https://travis-ci.com/eidoriantan/messenger-translator.svg?branch=master)](https://travis-ci.com/eidoriantan/messenger-translator)
[![GitHub](https://img.shields.io/github/license/eidoriantan/messenger-translator)](https://github.com/eidoriantan/messenger-translator/blob/master/LICENSE.txt)
![Build](https://img.shields.io/travis/com/eidoriantan/messenger-translator)
![LIC](https://img.shields.io/github/license/eidoriantan/messenger-translator)

An open-sourced Translator bot app built for Facebook's [Messenger], powered by
[Google Translate].

Visit the [Facebook page] and send a message through [Messenger Chat] to try out
the bot and if you liked it, please give the page a like and/or review.

This project uses [Express], [Google Translate API] to translate the messages,
and a SQL Server to manage the user's database.
[Google Translate]. Visit the [Facebook page] and send a message through the
[Messenger Chat] to try out the bot and if you liked it, please give the page
a like and review.

## Features
* Interactive messaging
Expand All @@ -23,23 +18,24 @@ and a SQL Server to manage the user's database.
- Korean

### Support
You can show your support on this project by liking the page and/or giving it a
review if you'd used the bot and liked it!
You can show your support on this project by liking the page and giving it a
review!

If you had found a bug or any unexpected behavior, feel free to submit an issue
through GitHub
[issues](https://github.com/eidoriantan/messenger-translator/issues) or post at
the [Facebook page]. If you wanted to contribute to this repository and become a
contributor, please refer to
[CONTRIBUTING.md](https://github.com/eidoriantan/messenger-translator/blob/master/CONTRIBUTING.md).
through GitHub [issues] or post at the [Facebook page]. If you wanted to
contribute to this repository and become a contributor, please refer to
[CONTRIBUTING.md](CONTRIBUTING.md).

You can also show your support by becoming a patron!

[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/eidoriantan)
[![Patreon][Patron image]][donate]

[issues]: https://github.com/eidoriantan/messenger-translator/issues
[donate]: https://www.patreon.com/eidoriantan

[Patron image]: https://c5.patreon.com/external/logo/become_a_patron_button.png

[Facebook page]: https://fb.me/msgr.translator
[Messenger Chat]: https://m.me/msgr.translator
[Messenger]: https://m.me
[Facebook page]: https://facebook.com/msgr.translator
[Messenger Chat]: https://messenger.com/msgr.translator
[Messenger]: https://messenger.com
[Google Translate]: https://translate.google.com
[Express]: https://expressjs.com
[Google Translate API]: https://npmjs.com/package/google-translate-api-browser

0 comments on commit 9f6d0ea

Please sign in to comment.