GL02 Readme Developer
Les commandes/ fonctions
- Toutes les commandes se trouvent dans le dossier
./command avec leur nom respectif
- Les données (fichiers des tweets en .csv) doivent se trouver dans
./data
./index.js fichier caporal qui gère et centralise toutes les commandes
- Les fichiers qu'on retrouve dans le dossier
./function sont les fonctions utilisées par les différentes commandes.
Par Exemple
`./getAllTweet.js` retourne la liste de tout les tweets parsés du dossier `./data`
node index.js check
utilise la fonction validParsedTweets() de `./getAllTweet.js` et retourne le nombre de tweets trouvé
Version :
1.00
- Fix last bugs, and add documentation
- It is ok to give this software to the customers
0.18
- Add some documentation to the
tenHashtag
0.17
- Add
check function to check if the software can find the differents csv files in the ./data folder
0.16
- Add charts and .txt file for the functions
refHash and nbTweetHashtag
- Create a file
./creatChart.js for all the charts
0.15
- Add
searchTweet and extractTweet documentation
No results found bug solved
0.14
- 'searchTweet' command implementation finished
- 'extractTweet' command implementation finished
0.12
- Start the implementation of the 'extractTweet' command
0.10
- Start the implementation of the 'searchTweet' command
0.09
0.00 - 0.07
Command implemented:
- check
- viz-fd
- viz-fld
- topTenTweet
- topTenAuthor
- nbTweetHashtag
-
refHash
-
Start the documentation
List of Contributors
Phase 2 (implementation v0.07)
Phase 3 (maintenance v1.00)