1.0.0 • Published 3 years ago

@filmcalendar/event-title v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@filmcalendar/event-title

Event titles processor (film titles, not films, tags and seasons)

Usage

import * as FC from "@filmcalendar/types"
import EventTitle from '@filmcalendar/event-title"

export const evt = new EventTitle({
  language: FC.Language.EN,
  events: ['Member Picks', 'DVD Launch', 'BFI', 'unconfirmed'],
  seasons: ['Woman With a Movie Camera', 'BFI Screen Epiphany'],
  tags: [
    'Double-bill',
    'Opening Night',
    'Seniors’ free archive matinee',
    'Seniors’ matinee',
    'Seniors’ Paid Matinee',
    "'Seniors’ matinee'",
  ],
});

Install

$ yarn add @filmcalendar/event-title

Contribute

Contributions are always welcome!

License

© 2021 Film Calendar

Licensed under the MIT License.

1.0.0

3 years ago