forked from Isurusachitha/Ballerina_TopChart_twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
34 lines (21 loc) · 1.61 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Team Elementry
=======================================
Description in Short-
In our application is a music application which will send tweets about the news in the music industry and Latest music charts of last.fm .
=======================================
How we made it-
We thought to buid buid an music chart app which could be updated by a database in the cloud in the first place but as we started ballerina with a hello world today morning, we were unable to achieve our goal.
Therefore we buid an app which scraps the latest news from the RSS feed of MTV and posts it on twittter using the twitter API. Also we used the Last.fm's API. From it, information about the lastest songs are taken as JSON file. Then our program extracts the useful data, Process them and posts them again on twitter.
=======================================
What we found as Bugs-
When we send more than one tweets in one run, its shaws an error message saying "already existed". Sometimes, the code compiles and runs well but the tweets does not show up on twitter.
=======================================
Why we love ballerina-
It seems that ballerina is a very good language.
It felt like an all-in-one and a complete lang.
It can do magic when it comes to connecting two endpoints together.
In our point of view ballerina is awesome for backend
=======================================
Why we hate ballerina-
There were no much learning resourses about Ballerina so we got confused when starting the learning it for the first time.
Much appreciated if ballerina is also great in front-end/ui programming.