Skip to content
Martin Stoffers edited this page Nov 5, 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-Barplot for episodes and podcasts (@felipedsp)

Required JSON for graph

{
"foo":"bar"
}

Possible problems

  • All episodes have a created_date but not a date
    • Assume that date is date where the episode was live
    • 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