Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nejdetkadir/yandex-dictionary-api

How to use Yandex Dictionary API with vue-axios and vuex in VueJS?
https://github.com/nejdetkadir/yandex-dictionary-api

axios-vue vuejs vuex yandex-api yandex-dictionary

Last synced: 1 day ago
JSON representation

How to use Yandex Dictionary API with vue-axios and vuex in VueJS?

Awesome Lists containing this project

README

        

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e1a5ad7b2789469dbe057bb5c0806fae)](https://www.codacy.com/gh/nejdetkadir/yandex-dictionary-api/dashboard?utm_source=github.com&utm_medium=referral&utm_content=nejdetkadir/yandex-dictionary-api&utm_campaign=Badge_Grade)

# yandex-dictionary-api
How to use Yandex Dictionary API with vue-axios and vuex in VueJS? If you don't know it, you can use this repo. Enjoy it!

![cover](doc/cover.jpg)

## Demo
[Live demo](https://demo.nejdetkadirbektas.com/yandex-dictionary-api/)

## Project setup
```
npm install
```

### Environment variables
Create a file named ".env.local" in the root directory and fill its contents as follows.
```ruby
VUE_APP_YANDEX_API_KEY = XXX
VUE_APP_YANDEX_API_BASE_URL = XXX
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

### LICENSE
```
MIT License

Copyright (c) 2020 Nejdet Kadir Bektaş

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.

```