Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deta spacefile #34

Merged
merged 8 commits into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": []
}