Skip to content

Commit 61815fe

Browse files
committed
docs: add README
1 parent fff98a9 commit 61815fe

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<div align="center">
2+
<p>
3+
<a href="https://favware.tech/dexa"><img style="height: 200px" src="https://storage.googleapis.com/data-sunlight-146313.appspot.com/website-project-icons/dexa.png" height="200" alt="logo"/></a>
4+
</p>
5+
6+
<p>
7+
<h1> Daxa </h1>
8+
<h3> Alexa skill for Pokédex information!</h3>
9+
</p>
10+
11+
</div>
12+
13+
---
14+
15+
**Status**
16+
17+
[![GitHub](https://img.shields.io/github/license/favware/graphql-pokemon?logo=github&style=flat-square)](https://github.com/favware/graphql-pokemon/blob/master/LICENSE.md)
18+
19+
**Social Media and Donations**
20+
21+
[![Join Discord server](https://img.shields.io/discord/512303595966824458?color=697EC4&label=Join%20Discord%20Server&logo=discord&logoColor=FDFEFE&style=flat-square)](https://favware.tech/redirect/server)
22+
[![Twitter Follow](https://img.shields.io/twitter/follow/favna_?label=Follow%20@Favna_&logo=twitter&colorB=1DA1F2&style=flat-square)](https://twitter.com/Favna_/follow)
23+
[![Patreon Donate](https://img.shields.io/badge/patreon-donate-brightgreen.svg?label=Donate%20with%20Patreon&logo=patreon&colorB=F96854&style=flat-square&link=https://www.patreon.com/bePatron?u=9336537)](https://www.patreon.com/bePatron?u=9336537)
24+
[![PayPal Donate](https://img.shields.io/badge/paypal-donate-brightgreen.svg?label=Donate%20with%20Paypal&logo=paypal&colorB=00457C&style=flat-square&link=https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XMAYCF9SDHZ34)](https://www.patreon.com/bePatron?u=9336537)
25+
26+
## About
27+
28+
Dexa is a skill for Amazon Alexa to easily find data from in the Pokédex. You can ask Alexa to get you information on pokémon, items, moves and abilities.
29+
30+
## Special Thanks
31+
32+
- Creators of [Alexa-App](https://github.com/alexa-js/alexa-app) for the framework
33+
34+
- [dblock](https://github.com/dblock/alexa-parrot) for creating the alexa-app tutorial that got me started

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@favware/dexa",
3-
"version": "2.0.0",
3+
"version": "1.5.0",
44
"description": "Amazing pokedex skill for Alexa",
55
"author": "@favware",
66
"license": "MIT",

0 commit comments

Comments
 (0)