Git Product home page Git Product logo

sermonaudiobrowser's Introduction

SermonAudioClient

This project is to hopefully provide an easily customizable way to add sermon audio sermons to any website via sermon audio api via and an angular client app.

Currently Supported Scripture Versions:

ESV

securing api keys

Since Sermon Audio api keys provide full read and write access to the API, best practice is to implement a proxy api to inject your api key from a securely stored source, therefore preventing your key from leaking from the client app source. If instead, you wish to host your api key directly on the client app, be warned that you will also need to overcome CORS restrictions on SermonAudio's end. If you still desire to directly implement an api key in the client app, you may modify this app, but this is left as an exercise to the implementer and no PRs for such a modification will be accepted to this repository. I am not responsible for any security implications of such modifications.

For those running WordPress, I have implemented one such api proxy for that platform that uses this application. Once I am ready to open source that project, I will link it's repository here.

Customizing the ui

This tool is built bootstrap (ng-bootstrap, in particular) and is running version 5. Those familiar with Bootstrap can easily apply their knowledge to customize this tool extensively by overriding the bootstrap classes. For those that don't know bootstrap, we have implemented a very small subset of their tools to make customization easy. We have primarily implemented the light, primary, and secondary colors to make color overrides easy and consistent. Those simply wishing to make the colors consistent with their apps only need to override the following classes:

  • btn-primary
  • btn-light
  • bg-secondary

sermonaudiobrowser's People

Contributors

thomas-matthew-wood avatar

Watchers

 avatar

sermonaudiobrowser's Issues

Accept query parameters for Speaker, Series, Sermon By Id, etc.

It would make sense to accept query parameters to pre-filter the sermon list for a specific reason. For instance, on a church's officers page, the pastor could have a link to his sermons.

So we should accept at least the following url parameters:

  1. Speaker
  2. Series
  3. SermonId

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.