Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nativescript/showcase
Submit your app to https://nativescript.org/showcase
https://github.com/nativescript/showcase
nativescript
Last synced: 3 months ago
JSON representation
Submit your app to https://nativescript.org/showcase
- Host: GitHub
- URL: https://github.com/nativescript/showcase
- Owner: NativeScript
- Created: 2021-09-19T02:01:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T22:26:51.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:51:35.781Z (9 months ago)
- Topics: nativescript
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 3
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Submit your app to https://nativescript.org/showcase
1. Fork this repo
2. Create a new file (and folder): `apps//.yaml`
3. Add your app logo to `apps//.webp`
4. Submit a pull request with your changes### Structure of each entry
```yaml
name: # Name of the app
description: # short description of the app
links:
android: # google play link
ios: # app store link
repo: # link to source code if publicly available
flavor: # angular | vue | react | svelte | capacitor | javascript | typescript
```A `name`, `description` and at least one link is required, the rest is optional.
If a `flavor` is specified, the framework logo will show up on the listing.
*Specifying a `repo` does not show up on the site currently, however once we implement more filterin options, we'll start showing a link to the repo when available.*
### Tips on getting the .webp logo of the app
Drag/drop your app's logo from Google Play is the easiest as it will drop a properly sized `.webp` file in the folder.
If using an app icon from the Apple App Store, you can inspect the DOM to reveal the background image (also a `.webp` file) which can be saved in the folder.
> **Note**: the drag & drop method only works on retina screens, on non-retina screens you can use Chrome Devtools responsive view to set the Device Pixel-Ratio (DPR) to 2.0 or above and refresh the page. Now the icon should be a `.webp` image you can drag and drop into the `apps//` folder, then manually rename it to `.webp`.