Giter Site home page Giter Site logo

fes-calendar's Introduction

fes-calendar

Queries the Friedrich-Ebert-Stiftung (FES) event calendar website for events.

npm version Build Status Greenkeeper badge dependency status license chat on gitter

Installation

npm install fes-calendar

Usage

const calendar = require('fes-calendar')

const events = calendar(startDate, endDate).then()

Returns a Returns a Promise that resolves in a list of events in the time period between given startDate and endDate (required). All texts are markdown-formatted.

{
	id: '212212',
	title: 'Politik um 12',
	description: 'This is a description text.',
	mail: '[email protected]',
	'contact-person': 'Peter Testperson',
	'contact-address': 'FIS NRW, Charles Place 22, 44444 Borsteln',
	start: '2017-06-30T18:00:00.000Z', // JS Date()
	end: '2017-06-31T09:00:00.000Z' // JS Date(), optional
	location: 'Blubdorf',
	fee: 0, // in EUR
	info: 'keine Plätze mehr',
	childcare: false,
	attachments: '[FE6_www.pdf](https://www.fis.di/oas6_www.pdf)\n[FGHS](https://www.fis.di/oblunk.pdf)',
	organization: {
		name: 'Friedrich-Ebert-Stiftung',
		id: 'fes'
	}
}
// …

Contributing

If you found a bug or want to propose a feature, feel free to visit the issues page.

fes-calendar's People

Contributors

greenkeeper[bot] avatar juliuste avatar

Watchers

 avatar  avatar  avatar

fes-calendar's Issues

An in-range update of to-markdown is breaking the build 🚨

Version 3.1.1 of to-markdown was just published.

Branch Build failing 🚨
Dependency to-markdown
Current Version 3.1.0
Type dependency

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

to-markdown 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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 2 commits.

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 tape is breaking the build 🚨

Version 4.9.0 of tape was just published.

Branch Build failing 🚨
Dependency tape
Current Version 4.8.0
Type devDependency

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

tape 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

Commits

The new version differs by 27 commits.

  • ea6d91e v4.9.0
  • 6867840 [Deps] update object-inspect, resolve
  • 4919e40 [Tests] on node v9; use nvm install-latest-npm
  • f26375c Merge pull request #420 from inadarei/global-depth-env-var
  • 17276d7 [New] use process.env.NODE_TAPE_OBJECT_PRINT_DEPTH for the default object print depth.
  • 0e870c6 Merge pull request #408 from johnhenry/feature/on-failure
  • 00aa133 Add "onFinish" listener to test harness.
  • 0e68b2d [Dev Deps] update js-yaml
  • 10b7dcd [Fix] fix stack where actual is falsy
  • 13173a5 Merge pull request #402 from nhamer/stack_strip
  • f90e487 normalize path separators in stacks
  • b66f8f8 [Deps] update function-bind
  • cc69501 Merge pull request #387 from fongandrew/master
  • bf5a750 Handle spaces in path name for setting file, line no
  • 3c2087a Test name with spaces

There are 27 commits in total.

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 got is breaking the build 🚨

Version 8.0.2 of got was just published.

Branch Build failing 🚨
Dependency got
Current Version 8.0.1
Type dependency

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

got 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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v8.0.2
  • Fix browser usage. 30c39bc
  • Validate that url is UTF-8 encoded. 4f5e6bf

v8.0.1...v8.0.2

Commits

The new version differs by 10 commits.

  • f607c7d 8.0.2
  • 30c39bc Check req.connection exists before attaching event listeners (#429)
  • 4f5e6bf Validate that url is UTF-8 encoded (#441)
  • 841ab63 Bump some dependencies
  • a49dcaf Tweak related section in the readme
  • ad1ea9f Add new related project to the readme (#440)
  • c28877f Update Electron website URL
  • 4ab6bd3 Document cache behaviour (#439)
  • 08cc66e Extract errors into errors.js (#436)
  • e0fff06 package.json indentation

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 moment-timezone is breaking the build 🚨

Version 0.5.15 of moment-timezone was just published.

Branch Build failing 🚨
Dependency moment-timezone
Current Version 0.5.14
Type dependency

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

moment-timezone 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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 0.5.15

0.5.15 2018-04-17

  • Updated data to IANA TZDB 2018d. #596
Commits

The new version differs by 3 commits.

  • e07aa0c Updated version to 0.5.15, added release notes
  • dbfb397 Updated data to IANA TZDB 2018d
  • 9b6555c Update changelog for 0.5.14

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 tape is breaking the build 🚨

The devDependency tape was updated from 4.9.1 to 4.9.2.

🚨 View failing branch.

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

tape 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 failed (Details).

Commits

The new version differs by 11 commits.

  • a1e8f7e v4.9.2
  • 4b9c951 [Dev Deps] update eslint, eclint
  • 9ced991 [Fix] notEqual and notDeepEqual show "expected" value on failure
  • 75c467e [Docs] Updated readme to make test, test.only and test.skip consistent.
  • 1225d01 Merge pull request #450 from axelpale/patch-1
  • f53e3f1 Clarify doesNotThrow parameters
  • 96de340 Adding tap-junit
  • b1df632 [readme] Change broken image to use web archive
  • 5f1c5a2 [Docs] cleanup from #439
  • 6c633d0 Merge pull request #439 from abelmokadem/master
  • 4337f58 Convert list of tap reporters to links

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 he is breaking the build 🚨

The dependency he was updated from 1.1.1 to 1.2.0.

🚨 View failing branch.

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

he 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 4 commits.

  • 36afe17 Release v1.2.0
  • 903c6b5 Handle legacy named character references correctly
  • 24377e2 Fix typos in test descriptions
  • 7f755b4 Fix comma operator typos in tests

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 iconv-lite is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.4.20 of iconv-lite was just published.

Branch Build failing 🚨
Dependency iconv-lite
Current Version 0.4.19
Type dependency

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

iconv-lite 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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 3 commits.

  • 9a6ad95 Release 0.4.20: Updated Buffer constructor usage to comply with Node v10 deprecations
  • 5931403 Use Buffer.(from|alloc) instead of deprecated Buffer API
  • f45904b Downgrade dev deps to fix build on older Node.js (#178)

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 got is breaking the build 🚨

The dependency got was updated from 9.3.2 to 9.4.0.

🚨 View failing branch.

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

got 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v9.4.0
  • Add ability to specify which network error codes to retry on. 9f3a099
  • Add Got options onto responses and errors. 33b838f
  • Correctly clear socket timeout on error. c8e358f

v9.3.2...v9.4.0

Commits

The new version differs by 11 commits.

  • 533d7e5 9.4.0
  • 9f3a099 Add ability to specify which network error codes to retry on (#660)
  • 33b838f Add Got options onto responses and errors (#663)
  • 8848a7a Add migration guides (#595)
  • 4a8722b Minor code style tweaks
  • c8e358f Clear socket timeout on error (#659)
  • 3229448 Create issue templates (#655)
  • ef1494c Remove unnecessary check for options
  • 5367228 Remove unnecessary if block
  • 64f0adc Update node-fetch in the readme comparison table (#658)
  • 7f18ef3 Mention a few more Node errors when Got will retry

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.