https://github.com/victorvoid/codelang
Practise a foreign language fast and easy, and improve your communication skills while you're developing.
https://github.com/victorvoid/codelang
Last synced: over 1 year ago
JSON representation
Practise a foreign language fast and easy, and improve your communication skills while you're developing.
- Host: GitHub
- URL: https://github.com/victorvoid/codelang
- Owner: victorvoid
- Created: 2016-09-23T21:17:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T16:27:21.000Z (over 9 years ago)
- Last Synced: 2025-02-19T06:35:12.810Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 558 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codelang
[![NPM version][npm-image]][npm-url]
[](https://nodei.co/npm/codelang.png?downloads=true&stars=true)
[npm-image]: https://badge.fury.io/js/codelang.svg
[npm-url]: https://npmjs.org/package/codelang
Practise a foreign language fast and easy, and improve your communication skills while you're developing.

## Install
Install codelang using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install codelang --save-dev
```
Available Languages:
- PT
- ENG
### Phrases to practice:
Available category to practice:
- `Common Expressions` :0
- `Greetins`: 1
- `Making friends`:2
- `Work`:3
- `General questions`:4
- `Shopping`:5
## Usage
```js
// Gulpfile.js
var gulp = require( "gulp" ),
codelang = require('codelang');
gulp.task('codelang', function () {
codelang.start(); //options:: codelang.start(1,2) [category of phrases, interval minutes]
})
gulp.task('default', ['codelang']);
```
Inserting in html
```html
```
> Practise also on terminal with [asciilang](https://github.com/victorvoid/asciilang)
## License
The MIT License (MIT)
Copyright (c) 2016 Victor Igor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.