An open API service indexing awesome lists of open source software.

https://github.com/yudai-nkt/sbotify

Azure Function for a Spotify-related bot service
https://github.com/yudai-nkt/sbotify

azure-functions bot line spotify

Last synced: 3 months ago
JSON representation

Azure Function for a Spotify-related bot service

Awesome Lists containing this project

README

          

# Sbotify

[![Deploy](https://github.com/yudai-nkt/sbotify/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/yudai-nkt/sbotify/actions/workflows/deploy.yml)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

Azure Function for a Spotify-related bot service

## Fearture

- Send new releases information using [LINE Messaging API](https://developers.line.biz/en/services/messaging-api/).

## Local development

```console
npm ci
npm start
```

## License

This repository is licensed under the MIT License.
See [LICENSE.md](./LICENSE.md) for details.