forked from facundoolano/google-play-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add deta spacefile, icon, deta.space Discovery * Update Readme
- Loading branch information
1 parent
46f2273
commit 682cdf4
Showing
6 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,6 @@ fly.toml | |
.gitpod.yml | ||
.gitignore | ||
.eslintrc | ||
newman | ||
newman | ||
Spacefile | ||
assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
app_name: "GPlayAPI" | ||
title: "Google Play API" | ||
tagline: "Your own personal API to get app metadata from Google Play" | ||
theme_color: "#f26daa" | ||
git: "https://github.com/srikanthlogic/google-play-api/" | ||
homepage: "https://gplayapi.cashlessconsumer.in" | ||
--- | ||
|
||
Know all about the apps you install on your Android phone*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
v: 0 | ||
icon: ./assets/icon.png | ||
micros: | ||
- name: nodejs-app | ||
src: . | ||
engine: nodejs16 | ||
primary: true | ||
commands: | ||
- npm run generateoas | ||
run: node server.js | ||
dev: node server.js |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters