Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkpxl/event-feed-email
https://github.com/drkpxl/event-feed-email
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drkpxl/event-feed-email
- Owner: drkpxl
- Created: 2017-07-13T16:12:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T20:15:41.000Z (about 7 years ago)
- Last Synced: 2024-11-29T22:12:33.519Z (27 days ago)
- Language: HTML
- Size: 299 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
This is a very simple app to parse a feed and display a limited amount of that data in a way that could be embedded in an email.
** References **
```
This loops though all in feed
<% @events.each do |event| %>
<%= event['Title'] %>
<%= DateTime.parse(event['StartDate']).strftime('%A %b %e %I:%M:%S %p') %>
<%= event['Description'] %>
Learn More
<% end %>
```Event and Trust You `resort` key:
* Winter Park = 0
* Tremblant = 1
* Steamboat = 2
* Snowshoe = 3
* Stratton = 4
* Blue = 5Lodging `resort` key:
* Blue Mountain = 0
* Stratton Mountain = 1
* Steamboat Resort = 2
* "Winter Park Resort = 3
* Snowshoe Resort = 4
* Tremblant = 5