Skip to content

Commit 6705da2

Browse files
Merged
2 parents 805dda0 + ba30b22 commit 6705da2

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

NebulaPagination.png

1010 KB
Loading

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
# Nebula
22
A real time search engine to search tweets using Twitter API.
3+
4+
### Nebula UI
5+
6+
![NebulaUI](https://github.com/kaustubh-pandey/Nebula/blob/master/NebulaUIScreenshot.png)
7+
8+
Supports pagination with 10 results per page
9+
10+
![NebulaPagination](https://github.com/kaustubh-pandey/Nebula/blob/master/NebulaPagination.png)
11+
12+
## About
13+
14+
### NebulaUI
15+
16+
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+
324
## Requirements
425
```
526
Node >= 10.21.0
627
npm >= 6.14.4
728
Angular >= 9
829
```
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
931
## To Build and run
1032
```
1133
git clone https://github.com/kaustubh-pandey/Nebula.git
@@ -19,6 +41,5 @@ npm start
1941
Open localhost:3000 in browser
2042

2143

22-
### Nebula UI
2344

24-
[NebulaUI](https://github.com/kaustubh-pandey/Nebula/NebulaUIScreenshot.png)
45+

0 commit comments

Comments
 (0)