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

https://github.com/yoannmoinet/agenda-example

Little agenda example built with backbone and marionette.
https://github.com/yoannmoinet/agenda-example

Last synced: 8 months ago
JSON representation

Little agenda example built with backbone and marionette.

Awesome Lists containing this project

README

          

# Agenda
> A little backbone / marionette example

## Installation

```bash
> git clone git@github.com:yoannmoinet/agenda-example.git
> cd agenda-example
> npm i -g gulp
```

## Usage

Will run a local server accessible via [http://localhost:3000](http://localhost:3000).

```bash
> gulp
```

There are two routes available to deliver the data :

- `/agenda` : for all available slots and delimitation of the agenda
- `/agenda/offer` : for a specific offer to place in the agenda

The most important part (I guess) would be the [`Agenda`](./app/js/models/Agenda.js) model.

## Features

- Persists data (offer selection and current week)
- Supports local time changes

---
### License MIT