Giter Club home page Giter Club logo

digitemb-android-app-'s Introduction

DigitEMB Free Embroidery App

DigitEmb is one of the leading companies of digitizing and vectorization services of the industry. They are based in Canada but where provide our magnificent services, from US to Uk to all over the globe at exceptionally inexpensive rates. Our services have highlighted us widely in the industry.

Getting Started

To get the project. All you have to do is to download the zip file in github OR you can clone this project in github using git clone .This project have including firebase and WPapi (Wordpress API to get realtime posts as JSON response).

Prerequisites

Firstly you will need to install NodeJs , Ionic and cordova as well. Second make sure you created your firebase account. Lastly download this project in your system to get up and running app.

// Getting files
git clone https://github.com/Usamaliaquat123/DigitEMB-Android-App-.git

Installing

First go to

src/app/app.module.ts

and add firebase web initialization

firebase.initializeApp({
  apiKey: "YOUR_API_KEY",
  authDomain: "YOUR_AUTH_DOMAIN",
  databaseURL: "YOUR_DATABASE_URL",
  projectId: "YOUR_PROJECT_ID",
  storageBucket: "YOUR_STORAGE_BUCKET",
  messagingSenderId: "MESSAGING SENDER ID"
});

and also install dependencies

npm i OR npm install

Now firebase initialization setup successfully. You are ready to start your app running in the browser OR in android emulator.

Running the test

Open up your command prompt navigate to the project folder and type

ionic serve

Want to run in the emulator OR device

ionic cordova run android  --prod -l

Run on native devices

want to run in android native device. Type this command

ionic cordova run android --prod

Built With

  • ionic3 - The mobile framework used
  • Angular2/4 - Language used in frontend
  • wpApi - Getting wordpress posts JSON response
  • Firebase - Backend getting users data | and response back to android app.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

Versions https://play.google.com/store/apps/details?id=com.usamaliaquat.service.com&hl=en

0.0.1 // Updated on android store
0.0.2 // Updated on android store
0.0.3 // Updated on android store
0.0.4 // Not Updated

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License . See License for details.

Acknowledgments

  • You can use code for inspirational purpose only
  • Inspiration
  • etc

Special Thanks To

digitemb-android-app-'s People

Contributors

usamaliaquat123 avatar

Watchers

 avatar

digitemb-android-app-'s Issues

Setup Airbrake for your JavaScript application

Install Airbrake in 2 easy steps:

Step 1: Add the library
Include via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/airbrake-js/0.9.8/client.min.js"></script>

We also support installation via npm and Bower.

Step 2: Copy this config snippet to your app.js file

(You can find your project ID and API KEY with your project's settings):

var airbrake = new airbrakeJs.Client({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>'
});
airbrake.addFilter(function (notice) {
  notice.context.environment = 'production';
  return notice;
});

To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:

airbrake.notify('hey there!')

Visit official GitHub repo for more info on alternative configurations and advanced options.

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet.
We recommend using:

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

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.