You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NebulaUI uses Angular 9 to show tweets as search results similar to google search user interface
17
+
18
+
### NebulaAPI
19
+
20
+
NebulaAPI consumes the TwitterAPI and performs the OAuth1.0 authentication with Twitter Standard API. Since the number of
21
+
22
+
requests on Standard API is limited, please check the limits on twitter website. NebulaAPI uses ExpressJS
23
+
3
24
## Requirements
4
25
```
5
26
Node >= 10.21.0
6
27
npm >= 6.14.4
7
28
Angular >= 9
8
29
```
30
+
### NOTE : Before build and run, create the token file in NebulaAPI as mentioned here https://github.com/kaustubh-pandey/Nebula/blob/master/NebulaAPI/README.md
0 commit comments