Skip to content

Commit

Permalink
Add Deta Support
Browse files Browse the repository at this point in the history
* Add deta spacefile, icon, deta.space Discovery
* Update Readme
  • Loading branch information
srikanthlogic authored Sep 15, 2023
1 parent 46f2273 commit 682cdf4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ fly.toml
.gitpod.yml
.gitignore
.eslintrc
newman
newman
Spacefile
assets
10 changes: 10 additions & 0 deletions Discovery.md
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*.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Turns [google-play-scraper](https://github.com/facundoolano/google-play-scraper/

![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/srikanthlogic/google-play-api?include_prereleases&label=version) [![Newman Run](https://github.com/srikanthlogic/google-play-api/actions/workflows/newman.yml/badge.svg)](https://github.com/srikanthlogic/google-play-api/actions/workflows/newman.yml) [![API Documentation](https://img.shields.io/badge/api-documentation-brightgreen)](https://gplayapi.cashlessconsumer.in/)

[![Deploy](https://button.deta.dev/1/svg)](https://deta.space/discovery/@cashlessconsumer/googleplayapi)
11 changes: 11 additions & 0 deletions Spacefile
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
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 3 additions & 8 deletions openapi/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,14 @@
"url": "https://en.wikipedia.org/wiki/MIT_License"
},
"title": "Google Play Metadata API",
"version": "0.2.1",
"version": "0.3.6",
"xLogo": {
"altText": "CashlessConsumer logo",
"backgroundColor": "#FFFFFF",
"url": "https://www.cashlessconsumer.in/static/img/favicon.png"
"url": "./assets/icon.png"
}
},
"operationId": "auto",
"outputFormat": "json",
"servers": [
{
"description": "Google Play Metadata API ",
"url": "https://gplayapi.cashlessconsumer.in/"
}
]
"servers": []
}

0 comments on commit 682cdf4

Please sign in to comment.