Giter VIP home page Giter VIP logo

ad-auris-narration-widget-mvp's Introduction

Ad Auris Audio Widget

Audio widget for Ad-Auris customers. This customized solution is full stack with key data analytics.

Installation

Use the package manager pip to install requirements.txt.

Follow instructions dependending on what hosting service, python version, and etc.

Heroku and Python 3.8 recommended.

Development - Production

Instructions for running the app locally and in production

Follow instructions dependending on what hosting service, python version, and etc.

Heroku and Python 3.8 recommended. Ensure that app.debug = False for production and app.debug = True during local development

    app.debug = True
    Can delete the bottom 3 lines here for local development
    from waitress import serve
    port = int(os.environ.get('PORT')
    waitress.serve(app, port=port)

    Use this command to run app locally:
    *flask run*

Testing

For stress testing update locustfile.py as needed.

In one terminal run "flask run" with multithreading turned on 
While the flask is running, in another terminal enter "locust"
Then go to "localhost:8089" and enter the swarming parameters as needed.

Database

Database helper:

https://gist.github.com/mayukh18/2223bc8fc152631205abd7cbf1efdd41/

Contents

Audio Player
Backend that serves the necessary audio files
Google Tag Manager and Google Analytics Integration (Outside of this package)

Contributing

Pull requests are welcome by the Ad-Auris Dev Team. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

ad-auris-narration-widget-mvp's People

Contributors

ve-varun-sharma avatar nicholaskao1029 avatar ninjabattler avatar

Watchers

 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.