GithubHelp home page GithubHelp logo

plegsd / app-privacy-policy-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nisrulz/app-privacy-policy-generator

1.0 2.0 0.0 2.73 MB

A simple web app to generate a generic privacy policy for your Android/iOS apps

Home Page: https://app-privacy-policy-generator.nisrulz.com/

License: Apache License 2.0

HTML 75.23% JavaScript 24.77%

app-privacy-policy-generator's Introduction

App Privacy Policy Generator

A simple web app to generate a generic privacy policy for your Android/iOS apps

Check out the web app!

Featured in

AndroidDev Digest

Show some ❤️

GitHub stars GitHub forks GitHub watchers GitHub followers
Twitter Follow

Web App Screenshot

screenshot

screenshot

Contributing more 3rd Party Service's Privacy links

The webapp uses a JSON array to populate the list of 3rd party services section. If you want contribute a new 3rd party service for the section then open a Pull Request which simply adds a new JSON item to the JSON Array in public/js/thirdpartyservices.js

The format is very simple and you only need to provide fill the fields as follows:

[
  ..
  }, // Donot forget to add a ',' before adding your new item in the array
  {
    name: "Google Play Services",
    model: "gps", // this is stores the name of the model
    gps: true, // this stores the state of the model, notice the key is the same as the model above. It is required by code.
    logo: "images/gps.png",
    link: {
      privacy: "https://www.google.com/policies/privacy/",
      terms: ""
    }
  }
]

Note: You also will have to drop the logo image into the public/images/ folder. Make sure the logo is 160 × 160 in size.

Pull Requests

I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:

  1. If its a feature, bugfix, or anything please only change code to what you specify.
  2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
  3. Pull requests must be made against develop branch. Any other branch (unless specified by the maintainers) will get rejected.
  4. Check for existing issues first, before filing an issue.
  5. Have fun!

Author & Support

This project was created by Nishant Srivastava but hopefully developed and maintained by many others. See the the list of contributors here.

If you appreciate my work, consider buying me a cup of ☕ to keep me recharged 💪 [PayPal]. A comment in the project's GuestBook is appreciated 😊

License

Copyright 2017 Nishant Srivastava

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

app-privacy-policy-generator's People

Contributors

charlesnascimento avatar cjbeauchamp avatar dimon4eg avatar fennifith avatar florinmotoc avatar guyavraham avatar isword avatar khaoz-topsy avatar martinhennrich avatar mertsimsek avatar milesmcc avatar nisrulz avatar planetvaster avatar prof18 avatar tim1802 avatar tmartin1 avatar tyrbok avatar vanniktech avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.