todo table

matteo
2018-12-12 21:46:35 +01:00
parent 8c12a3ddba
commit d420957f15
+14 -4
@@ -1,5 +1,15 @@
# HazeTV
## ToDO
| Greg | Simo | Sco | Luca | ??????????? |
|-------------------------|---------------------|-------------------------|---------------------------------------|--------------------|
| TopBar | R.Random | Wikipedia | info su artista, album -> musicbrainz | R. pop globale rel |
| R.vitali | VideoInfo | 15secVideo | tweet che menzionano videoId | api pop globale |
| R.Recent | R.Related | R. pop. locale assoluta | R.Similarity artist | |
| AboutUs | R.similarity Genere | R. search | R.pop globale ass | |
| R. pop locale relativa | | | | |
## Wiki features
This wiki uses the [Markdown](http://daringfireball.net/projects/markdown/) syntax. The [MarkDownDemo tutorial](https://bitbucket.org/tutorials/markdowndemo) shows how various elements are rendered. The [Bitbucket documentation](https://confluence.atlassian.com/x/FA4zDQ) has more information about using a wiki.
@@ -143,10 +153,10 @@ Quindi in generale `axios.get(url,{})` con
```json
{
params: {
id: 1,
name: 'Tiziano',
key: 'value'
'params': {
'id': 1,
'name': 'Tiziano',
'key': 'value'
}
}
```