Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 25, 2021
1 parent a64d688 commit 3137a46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![Coverage Status](https://coveralls.io/repos/github/vitalets/google-translate-api/badge.svg?branch=master)](https://coveralls.io/github/vitalets/google-translate-api?branch=master)

A **free** and **unlimited** API for Google Translate :dollar::no_entry_sign: for Node.js.
A **free** and **unlimited** API for Google Translate :dollar: :no_entry_sign: for Node.js.

## Features

Expand All @@ -24,7 +24,8 @@ This fork of original [matheuss/google-translate-api](https://github.com/matheus
- Added support for outputting pronunciation (see [#17](https://github.com/vitalets/google-translate-api/pull/17))
- Added support for custom [got](https://github.com/sindresorhus/got) options. It allows to use proxy and bypass request limits (see [#25](https://github.com/vitalets/google-translate-api/pull/25))
- Added support for language extensions from outside of the API (See [#18](https://github.com/vitalets/google-translate-api/pull/18))
- Migrated to Google's latest batch-style RPC API (See [#60](https://github.com/vitalets/google-translate-api/pull/60))
- Added TypeScript definitions (See [#50](https://github.com/vitalets/google-translate-api/pull/50), thanks to @olavoparno)
- Migrated to Google's latest batch-style RPC API (See [#60](https://github.com/vitalets/google-translate-api/pull/60), thanks to @vkedwardli)

## Install

Expand Down

0 comments on commit 3137a46

Please sign in to comment.