Skip to content

Commit 20bd29d

Browse files
committed
android apk
1 parent f9d2523 commit 20bd29d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+15
-4133
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,30 @@ For more information about using Node.js on Heroku, see these Dev Center article
3737

3838
## Create phonegap account
3939

40-
configurar cuenta (https://build.phonegap.com/people/edit#show-client)
41-
vincular con cuenta de github
42-
crear app (necesita una url , Heroku)
43-
registrar la app en settings de phonegap (obtener el client_id y client_secret)
44-
obtener un auth token
45-
usarlo para vincular la app creada previamente con la cuenta de phonegap para poder buildear
40+
- [configurar cuenta phonegap](https://build.phonegap.com/people/edit#show-client)
41+
- [vincular con cuenta de github](https://github.com/)
42+
- [crear app](https://dashboard.heroku.com/apps)
43+
- registrar la app en settings de phonegap (obtener el client_id y client_secret)
44+
- obtener un auth token
45+
- usarlo para vincular la app creada previamente con la cuenta de phonegap para poder buildear
4646

4747

4848
**we need to get**
4949

50-
> client_id
51-
> client_secret
52-
> user auth_token
50+
- client_id
51+
- client_secret
52+
- user auth_token
53+
5354

5455
```sh
55-
curl -X POST https://build.phonegap.com/authorize?client_id=abcdef&client_secret=123456&auth_token=789hij
56+
$ curl -X POST https://build.phonegap.com/authorize?client_id=abcdef&client_secret=123456&auth_token=789hij
5657
```
5758

5859
**to obtain**
5960

60-
> app_access_token
61+
- app_access_token
6162

6263
```sh
63-
GET https://build.phonegap.com/api/v1/me?access_token=123456
64-
```
64+
$ GET https://build.phonegap.com/api/v1/me?access_token=123456
65+
```
66+

phonegap.zip

-168 Bytes
Binary file not shown.

phonegap/.bithoundrc

Lines changed: 0 additions & 54 deletions
This file was deleted.

phonegap/COPYRIGHT

Lines changed: 0 additions & 16 deletions
This file was deleted.

phonegap/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

phonegap/NOTICE

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)