Coder Social home page Coder Social logo

alexinn / retrosearch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from garamb1/retrosearch

0.0 0.0 0.0 164 KB

Spring-based Web Search App for old computers

License: GNU General Public License v3.0

Java 73.52% HTML 26.00% Dockerfile 0.48%

retrosearch's Introduction

RetroSearch

Spring-based Web Search App for old computers

Search and Browse the WWW like it's 1997.

Build & Publish on DockerHub

Check it out at: retrosearch.org

Self-host with Docker Image

RetroSearch.org on Netscape 2.0 and IE 5

How does it work?

RetroSearch is a Spring Web Application that presents very simple HTML pages which can be interpreted by old browsers. It provides the ability to search the Web using DuckDuckGo with a custom scraper that loads the first page of results and allows you to browse pages in plain text. You can deploy it on your local network and access it from your old computer!

Enabling the News API

RetroSearch can fetch news articles by using the GNews API, to allow this, add the environment variables as follows when running the Docker image:

docker run -e NEWS_ACTIVE=true -e NEWS_API_KEY={your GNews API Key} -d -p80:8080 garambo/retrosearch:{Retro Search Version} --restart unless-stopped

If running locally, just replace the property values in application.properties or create a new Spring run configuration.

WIP

Currently in progress:

  • Improve the parsing abilities for the browsing functionality
  • Add documentation and automated tests

retrosearch's People

Contributors

garamb1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.