All Projects → hifocus → Get

hifocus / Get

Licence: mit
Get apps instantly via web. (This project is currently being rewritten)

Projects that are alternatives of or similar to Get

Windows Open Source Apps
windows下的极好开源替代软件
Stars: ✭ 35 (-74.07%)
Mutual labels:  apps
My Ios
List of applications and tools that make my iOS experience even more amazing
Stars: ✭ 1,202 (+790.37%)
Mutual labels:  apps
Androidappydevelopertools
A list of cool/useful Apps too help Android Developers
Stars: ✭ 116 (-14.07%)
Mutual labels:  apps
Blockstack Browser
The Blockstack Browser
Stars: ✭ 1,119 (+728.89%)
Mutual labels:  apps
Stickynotes
A Sticky Note Application
Stars: ✭ 74 (-45.19%)
Mutual labels:  apps
Apps
A collection of apps built on Electron
Stars: ✭ 1,283 (+850.37%)
Mutual labels:  apps
Appdepends Ios
🔍 搜集热门APP,列举其所依赖和使用的开源库。
Stars: ✭ 27 (-80%)
Mutual labels:  apps
Arkade
Open Source Kubernetes Marketplace
Stars: ✭ 2,343 (+1635.56%)
Mutual labels:  apps
Hapi Fhir
🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Stars: ✭ 1,197 (+786.67%)
Mutual labels:  apps
Django Apps Checklist
Useful checklist for build great Django apps. Feel free to contribute!
Stars: ✭ 98 (-27.41%)
Mutual labels:  apps
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-51.85%)
Mutual labels:  apps
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-48.89%)
Mutual labels:  apps
My Appdaemon
My apps, my helpfiles, all about AppDaemon for Home Assistant
Stars: ✭ 94 (-30.37%)
Mutual labels:  apps
Rocket.chat.apps Cli
The CLI for interacting with Rocket.Chat Apps
Stars: ✭ 37 (-72.59%)
Mutual labels:  apps
Itunes store transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter).
Stars: ✭ 117 (-13.33%)
Mutual labels:  apps
Apps
Community App Catalog for TrueNAS SCALE
Stars: ✭ 32 (-76.3%)
Mutual labels:  apps
Graphqlicious
A swift component with a DSL to declare GraphQL queries and to get string representations out of them
Stars: ✭ 76 (-43.7%)
Mutual labels:  apps
Simpleddp
An easy to use DDP client library
Stars: ✭ 130 (-3.7%)
Mutual labels:  apps
Android Examples
[Examples] Simple basic isolated apps, for budding android devs.
Stars: ✭ 1,602 (+1086.67%)
Mutual labels:  apps
Syncing Thesis
Syncing strategies for mobile apps.
Stars: ✭ 97 (-28.15%)
Mutual labels:  apps

Get Apps

Version Author Contributors Contributors Forks Jekyll License Status Author

😎 Everything can be downloaded via Get Apps!

Introduction

Get Apps is an online service that helps you download applications and resources with a simple link. Our Blog Posts

Current Support List: View https://get.js.org/apps

Features

  • Nice and short url, https://get.js.org/{appname}
  • Alias available, https://get.js.org/tg is the same as https://get.js.org/telegram
  • Full platform supported, included Windows macOS Android iOS
  • Always download the latest version of the program
  • Optimized code to load quickly across the globe

How to Use It

Normal Usage

  • Simply enter https://get.js.org/{appname} in your browser.

  • If you see a 404 error, that means the app you are downloading is not currently supported. Check out Join In Us page.

  • If you see an alert like this:

    Make sure you can access foreign websites normally. This is a feature which can remind users in China Mainland to use proxy when downloading certain restricted apps. If you are not in China Mainland, just ignore this and select OK.

  • Current Support List: https://get.js.org/apps

Alias System

  • For English users, our alias system is nice and simple: we don't have much alias. That's because I am a Chinese and not quite sure if googlechrome can be abbreviated as gc. But if you have any good ideas, please tell us at Issue.

  • For Chinese users, we create alias for a app in three ways:

    1. Chinese Pinyin in full, like wangyiyunyinyue
    2. The first letter of the Pinyin, like wyyyy
    3. English translation for the Chinese name, such as cloudmusic or formatfactory

    These alias above can be available for any Chinese apps. If there are any mistakes, please also let us know at Issue.

How Does It Work

Currently we support more than 50 apps, you may find them in https://get.js.org/apps.

First Get Apps will identify your OS:

<script>
    if (/(x64|WOW64)/i.test(navigator.userAgent)) {
        window.location.href = "https://latest.app";
    }
    if (/(x86_64)/i.test(navigator.userAgent)) {
        window.location.href = "https://latest.app";
    }
    if (/(Macintosh)/i.test(navigator.userAgent)) {
        window.location.href = "https://latest.app";
    }
	// If this app does not support a platform
    if (/(iPhone|iPod)/i.test(navigator.userAgent)) {
        alert("This app does not work on your device.");
        }
    if (/(iPad)/i.test(navigator.userAgent)) {
        alert("This app does not work on your device.");
    }
    if (/(Android)/i.test(navigator.userAgent)) {
        alert("This app does not work on your device.");
    }
</script>

As preperation, we use the developer tools in Chrome to get download links for specific apps significiant app. For example, the download link for Atom is as follows:

https://atom.io/download/windows_x64

This link will automattically redirect you to the the latest stable version of Atom (this one is for Windows 64 bit), which looks like this:

https://atom-installer.github.com/v1.28.2/AtomSetup-x64.exe

Therefore we are able to serve you with the latest version of the app. We can also find permanent links in other ways, such as relying on third-party APIs.

Join Us

If you have any ideas or requests,you may tell us in Issue , at the same time we welcome all kinds of pull requests.

Submit New App Support

  1. Check out https://get.js.org/apps to make sure it is not currently supported

  2. Get Apps is based on Jekyll. Make sure you have the appropriate development environment.

  3. Fork this repo. Clone to local.

  4. Add our formatted scripts with the permanent download links in _posts\{appname}\{year}-{month}-{date}-{appname}.md

  5. Submit a pull request.

Join Our Discussion

  1. GitHub Issue
  2. QQ Chat Group

Deployment

  1. Make sure you have the Jekyll development environment.
  2. Clone to local.
  3. cd path/to/repo/Get
  4. jekyll s

Sponsored the Development of Get Apps

Honestly, this project is not complicated and may not be worth your donation to us. In this case, star might be a good choice!

But if you really want to donate us, you are more than welcome to do so.

Sponsor

Author

Get Apps © Huangxin, Released under the MIT License.
Authored and maintained by Huangxin with help from contributors.

Blog @Tech HXCO · GitHub @hifocus


Notice: This README.md draws on RSSHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].