Skip to content
Martin Stoffers edited this page Nov 8, 2015 · 15 revisions

Building statistics for shownot.es

Ideas based on d3.js as visualization library

REST-API (@drake81)

Found under https://github.com/shownotes/snotes20-restapi/wiki/Statistics (depends on JSON data)

Interactive TimeLine-Plot for episodes and podcasts (@felipedsp)

Required JSON for graph

{
"foo":"bar"
}

Possible problems

  • All episodes have a created_date but not a date
    • Date is the date where the episode was live (discovered by hoersuppe API)
    • Maybe we should use episodes numbers not dates as X on the graph

Similarity of Podcasts and Episodes (@bratwurscht)

Required JSON for graph

{
"foo":"bar"
}

Wordclouds beside search (@bratwurscht)

Required JSON for graph

{
"foo":"bar"
}
Clone this wiki locally