Skip to content

fetches and displays the news from efee.etf.unibl.org via their public api

Notifications You must be signed in to change notification settings

komadiina/etfbl-poller

Repository files navigation

<scrubber>

(ai generated readme lulz xd)
This project is a web application that fetches and displays news from a university website. It's built with SolidJS, a declarative JavaScript library for building user interfaces. It implements Axios' API Interceptor mechanisms.

Features

  • Fetches news from the university website
  • Displays news in a user-friendly format
  • Responsive design that works on both desktop and mobile browsers

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:
    git clone https://github.com/komadiina/scrubber.git
  2. Navigate to the project directory:
    cd scrubber
  3. Install the dependencies:
    npm i # npm install

Development

Start the development server:

npm run dev

This will start the development server at http://localhost:3000. The server will automatically reload if you change any of the source files.

Building

To build the project for production, run:

npm run build

This will create a production-ready build in the dist directory.

About

fetches and displays the news from efee.etf.unibl.org via their public api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published