Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balajidany/lantern-web-client
A Web application for Eniac Search Engine, It is based on the angular 10 and Styled with bootstrap. To know more about ENIAC search engine please refer -https://github.com/BalajiDany/lantern-server
https://github.com/balajidany/lantern-web-client
angular bing-search bootstrap bootstrap-icon bootstrap-theme duckduckgo-search google-search limetorrents metasearch metasearch-engine yahoo-search youtube-search
Last synced: 5 days ago
JSON representation
A Web application for Eniac Search Engine, It is based on the angular 10 and Styled with bootstrap. To know more about ENIAC search engine please refer -https://github.com/BalajiDany/lantern-server
- Host: GitHub
- URL: https://github.com/balajidany/lantern-web-client
- Owner: BalajiDany
- License: apache-2.0
- Created: 2020-12-30T02:14:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T10:40:01.000Z (over 3 years ago)
- Last Synced: 2024-10-18T23:31:23.073Z (about 1 month ago)
- Topics: angular, bing-search, bootstrap, bootstrap-icon, bootstrap-theme, duckduckgo-search, google-search, limetorrents, metasearch, metasearch-engine, yahoo-search, youtube-search
- Language: TypeScript
- Homepage:
- Size: 915 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lantern Web Client
[![Build Status](https://travis-ci.com/BalajiDany/lantern-web-client.svg?token=pqdDDYcKAzzpYPLgX2BL&branch=main)](https://travis-ci.com/BalajiDany/lantern-web-client)
[![GitHub contributors](https://img.shields.io/github/contributors/BalajiDany/lantern-web-client.svg)](https://github.com/BalajiDany/lantern-web-client/graphs/contributors)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/BalajiDany/lantern-web-client/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/BalajiDany/lantern-web-client.svg)](https://github.com/BalajiDany/lantern-web-client/issues)
[![GitHub forks](https://img.shields.io/github/forks/BalajiDany/lantern-web-client.svg)](https://github.com/BalajiDany/lantern-web-client/network)
[![GitHub stars](https://img.shields.io/github/stars/BalajiDany/lantern-web-client.svg)](https://github.com/BalajiDany/lantern-web-client/stargazers)This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.2.1.
Web Application for [Meta search Engine](https://github.com/BalajiDany/lantern-server.git)
### A Meta Search Engine
Welcome :wave:, Yet another java based Meta Search Engine with a highly modular structure. It rapidly sends queries to several search engines, aggregates the results, and categorizes the result by search engines they come from.
[To Know More](https://github.com/BalajiDany/lantern-server#a-meta-search-engine)### Built With
List of the major library that is used in these projects.
* [Angular CLI](https://github.com/angular/angular-cli)
* [Ng-Bootstrap](https://ng-bootstrap.github.io/#/home)
* [Bootstrap Icons](https://icons.getbootstrap.com/)
* [Bootstrap Darkmode](https://github.com/Clashsoft/bootstrap-darkmode)## Getting Started
If you want to get release version, then please follow this [instruction](https://github.com/BalajiDany/lantern-server#installation).:warning: **Below instructions is only for development purpose**
### Prerequisites
For building and running the application you need:
* [Node 12 or Greater](https://nodejs.org)
* [npm 6 or Greater](https://www.npmjs.com/)
* [Angular Cli 10.2.4 or Greater](https://cli.angular.io/)
* [Git](https://git-scm.com/downloads)### Installation
1. Clone the repo
```sh
git clone https://github.com/BalajiDany/lantern-web-client.git
```
2. Navigate to the folder
```sh
cd enaic-front
```
3. Install the dependencies
```sh
npm install
```
4. Serve the application
```sh
ng serve
```
* Navigate to http://localhost:4200/
* The app will automatically reload if you change any of the source files.5. Build Befor commit
```sh
ng run prod-build
```
* The build artifacts will be stored in the dist/ directory.
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Apache-2.0 License - Please have a look at the [LICENSE](LICENSE) for more details.
## Contact
Balaji Dhanapal - [email protected]
Pavithra Palanisamy - [email protected]
Project Link: [https://github.com/BalajiDany/lantern-web-client](https://github.com/BalajiDany/lantern-web-client)
## Acknowledgements
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Pages](https://pages.github.com)## Further help
* To get more help on the Angular CLI use `ng help`
* check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.[Back To Top](#a-meta-search-engine)