All Projects → GoogleChromeLabs → Airhorn

GoogleChromeLabs / Airhorn

Licence: other
Air horn

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Airhorn

pwa-cookbook
A step-by-step guide to Progressive Web Applications
Stars: ✭ 21 (-93.86%)
Mutual labels:  progressive-web-app
Create React App Material Typescript Redux
A ready to use boilerplate for starting big react projects
Stars: ✭ 257 (-24.85%)
Mutual labels:  progressive-web-app
React Pwa Guide App
React.js for Progressive Web Apps that say Hello! World
Stars: ✭ 293 (-14.33%)
Mutual labels:  progressive-web-app
cazadescuentos
A platform to catch price drops while shopping online, powered by a browser extension, webapp, android app, and more
Stars: ✭ 33 (-90.35%)
Mutual labels:  progressive-web-app
cloud-native-pwas
Cloud Native Progressive Web Apps with Spring Boot and Angular
Stars: ✭ 31 (-90.94%)
Mutual labels:  progressive-web-app
Ios Pwa Wrapper
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
Stars: ✭ 268 (-21.64%)
Mutual labels:  progressive-web-app
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-95.32%)
Mutual labels:  progressive-web-app
Super Progressive Web Apps
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
Stars: ✭ 304 (-11.11%)
Mutual labels:  progressive-web-app
Pwa Fundamentals
👨‍🏫 Mike & Steve's Progressive Web Fundamentals Course
Stars: ✭ 256 (-25.15%)
Mutual labels:  progressive-web-app
Client Generator
Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
Stars: ✭ 286 (-16.37%)
Mutual labels:  progressive-web-app
ambianic-ui
PWA for managing Ambianic Edge devices (smart cameras).
Stars: ✭ 32 (-90.64%)
Mutual labels:  progressive-web-app
just-another-todo-app
A todo app built with React + Redux
Stars: ✭ 17 (-95.03%)
Mutual labels:  progressive-web-app
Progressive Web Apps Book
All of the code for "Progressive Apps" - a book by Dean Hume
Stars: ✭ 270 (-21.05%)
Mutual labels:  progressive-web-app
udacity-google
Udacity Grow with Google challenge scholarship program
Stars: ✭ 35 (-89.77%)
Mutual labels:  progressive-web-app
Ngx Responsive
Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 9
Stars: ✭ 300 (-12.28%)
Mutual labels:  progressive-web-app
quiz-app
🏆 QuizApp is a free and open-source quiz application that lets you play fully customized quizzes right in the browser.
Stars: ✭ 97 (-71.64%)
Mutual labels:  progressive-web-app
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: ✭ 265 (-22.51%)
Mutual labels:  progressive-web-app
React Shrine
"Shrine" Progressive Web App sample built with React
Stars: ✭ 322 (-5.85%)
Mutual labels:  progressive-web-app
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (-11.11%)
Mutual labels:  progressive-web-app
Quickbill
Create unlimited invoices for free.
Stars: ✭ 278 (-18.71%)
Mutual labels:  progressive-web-app

Air Horn

A sample web app that lets you use your site as an airhorn.

It demonstrates simple offline usage combined with simple audio looping via web audio.

Installing

Whilst you don't need to use the build process, if you want to host this publicly it is recommended that you optimise all the assets for deployment and as such it is recommended that you run the following command in the current working directory:

npm install

Building

If you want to run this app locally, you don't have to build the app, the build process is just there to optimize everything for deployment.

There is a build process that will optimize the images, styles and JS ready for deployment. To run this simple execute the following command from the root directory:

gulp

Running

There are number of ways to run Airhorner. The simplest (if you have Python installed) is to start a simple web server up is to use Python's SimpleHTTPServer. Run the following:

cd app && python -m SimpleHTTPServer 3000

This will just load the existing contents of the directory up and it won't support things like live reload and inline optimizations. To run the project with optimizations in place and to support live reload run the following command:

gulp serve

License

Copyright 2015 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].