Giter Site home page Giter Site logo

weslley39 / photow Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 1.0 3.27 MB

Realtime Web app made with Angular 1 and the awesome Firebase to take photos from webcam ๐Ÿ”ฅ

Home Page: https://photow-f8f91.firebaseapp.com/

License: MIT License

JavaScript 75.08% HTML 8.52% CSS 16.40%

photow's Introduction

Photow

Realtime Web app made with Angular 1 and the awesome Firebase to take photos from webcam ๐Ÿ”ฅ

photow

#Instructions to run This project runs with Gulp, and some node dependencies. The first thing that you have to do is npm install in the root folder, after hit enter, go drink a coffee, and when you come back, all the things should be downloaded and read to go.

#Setting up firebase SDK First, you have to configure the firebase keys that you can get in the dashoboard of firebase when created your app, looks like this:

// Initialize the Firebase SDK
var config = {
  apiKey: '<your-api-key>',
  authDomain: '<your-auth-domain>',
  databaseURL: '<your-database-url>',
  storageBucket: '<your-storage-bucket>'
};
firebase.initializeApp(config);

You just need to replace the config/config.js file with the infos.

This project have some commands that you need to know:

gulp serve to launch a browser sync server on your source files gulp build to build an optimized version of your application in /dist gulp test to launch your unit tests with Karma gulp test:auto to launch your unit tests with Karma in watch mode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.