Giter VIP home page Giter VIP logo

twitch-events-ical's Introduction

twitch-events-ical

Build Status

Broken due to Twitch removing the events API. There is no replacement on the horizon for the schedule feature. If that ever happens, I may build something similar again.

Generates ical files for channels and followed channels of a user.

Run

node index.js

Or Deploy

After deploying, you need to configure the scheduler add-on to run the "cron" job once every hour.

Env vars

  • PORT: Port to expose service on
  • CLIENT_ID: Twitch Client-ID
  • REDIS_URL: URL to redis (used for caching)
  • HEROKU_APP_NAME: Name of the heroku app

Routes

License

MIT

twitch-events-ical's People

Contributors

dependabot[bot] avatar freaktechnik avatar greenkeeper[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

twitch-events-ical's Issues

An in-range update of @freaktechnik/eslint-config-node is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-node was updated from 7.0.0 to 7.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 14 commits.

  • ca7ffa9 v7.1.0
  • e1c66da chore: update some deps here and there
  • 74a67c1 feat: add new rules, some of them breaking
  • 9aba1d4 add licenses
  • a2c45ce Greenkeeper/default/eslint plugin unicorn 16.1.1 (#110)
  • a69f1d6 Greenkeeper/default/eslint plugin jsdoc 21.0.0 (#109)
  • f46094c Greenkeeper/default/eslint plugin ava 10.2.0 (#108)
  • 32dda45 Update eslint-plugin-node in group default to the latest version πŸš€ (#105)
  • a75f36e Update eslint-import-resolver-webpack in group default to the latest version πŸš€ (#104)
  • cd7404e Greenkeeper/default/eslint plugin jsdoc 18.0.1 (#102)
  • 8c784ac Update eslint-plugin-unicorn in group default to the latest version πŸš€ (#101)
  • 3846a2b Update eslint-plugin-vue in group default to the latest version πŸš€ (#98)
  • 961808d Greenkeeper/default/eslint plugin jsdoc 17.0.0 (#97)
  • 035e1a4 Update @freaktechnik/eslint-config-base in group meta to the latest version πŸš€ (#94)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @freaktechnik/eslint-config-test is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-test was updated from 7.0.0 to 7.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-test is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 14 commits.

  • ca7ffa9 v7.1.0
  • e1c66da chore: update some deps here and there
  • 74a67c1 feat: add new rules, some of them breaking
  • 9aba1d4 add licenses
  • a2c45ce Greenkeeper/default/eslint plugin unicorn 16.1.1 (#110)
  • a69f1d6 Greenkeeper/default/eslint plugin jsdoc 21.0.0 (#109)
  • f46094c Greenkeeper/default/eslint plugin ava 10.2.0 (#108)
  • 32dda45 Update eslint-plugin-node in group default to the latest version πŸš€ (#105)
  • a75f36e Update eslint-import-resolver-webpack in group default to the latest version πŸš€ (#104)
  • cd7404e Greenkeeper/default/eslint plugin jsdoc 18.0.1 (#102)
  • 8c784ac Update eslint-plugin-unicorn in group default to the latest version πŸš€ (#101)
  • 3846a2b Update eslint-plugin-vue in group default to the latest version πŸš€ (#98)
  • 961808d Greenkeeper/default/eslint plugin jsdoc 17.0.0 (#97)
  • 035e1a4 Update @freaktechnik/eslint-config-base in group meta to the latest version πŸš€ (#94)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint is breaking the build 🚨

The devDependency eslint was updated from 5.15.3 to 5.16.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528) (Teddy Katz)
Commits

The new version differs by 11 commits.

  • ded2f94 5.16.0
  • ea36e13 Build: changelog update for 5.16.0
  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#11567)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#11566)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#11551)
  • b452f27 Chore: Update README to pull in reviewer data (#11506)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#11550)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#11532)
  • f16af43 Chore: fix formatters/table test (#11534)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#11528)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @freaktechnik/eslint-config-node is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-node was updated from 6.4.4 to 6.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @freaktechnik/eslint-config-test is breaking the build 🚨

The devDependency @freaktechnik/eslint-config-test was updated from 6.4.4 to 6.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@freaktechnik/eslint-config-test is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Apple's Calendar doesn't support the date format used

The DTSTART and DTEND values are currently formatted as, e.g., 2019-01-14T19:30:00.000Z

Apple Calendar doesn't support this format, thus no events show up in the calendar subscription, and the events can't be imported. It appears that the format 20190114T193000 does work (leaving out the interpunction and the trailing .000Z).

An in-range update of bluebird is breaking the build 🚨

The dependency bluebird was updated from 3.5.3 to 3.5.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

bluebird is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details

Release Notes for v3.5.4
  • Proper version check supporting VSCode(#1576)
Commits

The new version differs by 6 commits.

  • e0222e3 Release v3.5.4
  • 4b9fa33 missing --expose-gc flag (#1586)
  • 63b15da docs: improve and compare Promise.each and Promise.mapSeries (#1565)
  • 9dcefe2 .md syntax fix for coming-from-other-languages.md (#1584)
  • b97c0d2 added proper version check supporting VSCode (#1576)
  • 499cf8e Update jsdelivr url in docs (#1571)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.