sermon-audio v1.0.6
About The Project
This library is meant to closely resemble the python library authored and maintained by Sermon Audio. As of now, the brocaster functionality requiring a API token has been left out. This library currently only interfaces with the public API. Documentation on the Sermon Audio API can be found at the API site.
Built With
Usage
ES Modules (ESM)
import { getSermon } from 'sermon-audio/node';
const sermon = getSermon(...);
It's recommended that you not import the entire module to reduce the amount of unused import. Alternatively though, you can import the entire module:
import sermonaudio from 'sermon-audio/node';
const sermon = sermonaudio.getSermon(...);
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Ryan Bender - @itsmeryan.hihello - ryan.bender.general@gmail.com
Project Link: https://github.com/ryanbender2/sermon-audio-api-client