Giter VIP home page Giter VIP logo

lobster-lines's Introduction

LobsterLines - Real-Time Wait Times at Red Lobster Locations

Project Description

Lobster Lines is a dynamic web application that provides real-time wait times at various Red Lobster restaurants. This application is built using React, NextJS, and leverages MapTiler and OpenStreetMaps for interactive mapping features. Backend functionality is handled using Vercel Serverless Functions, interfacing with the Red Lobster API to fetch current wait times.

Prerequisites

Before setting up the project, ensure you have the following:

  • Node.js installed on your system.
  • A MapTiler API key (you will need to sign up at MapTiler to obtain your own key).

Setup

  1. Clone the Repository:
    git clone https://github.com/your-username/lobster-lines.git
    cd lobster-lines
  2. Environment Variables: Create a .env.local file in the root of your project and add the following line:
    NEXT_PUBLIC_MAPTILER_KEY=<Your_MapTiler_API_Key>
  3. Install Dependencies:
    npm install

Running the Application

  • Development Mode: Run the following command to start the development server: npm run dev The application will be available at http://localhost:3000.
  • Production Build: To create a production build, use: npm run build Then, to start the production server: npm run start

Contributing

Contributions to Lobster Lines are welcome. Please ensure to follow the established code style and conduct thorough testing before submitting any pull requests.

License

This project is licensed under the Apache License 2.0.


Happy Dining! ๐Ÿฆž

lobster-lines's People

Contributors

shrays avatar

Watchers

 avatar

lobster-lines's Issues

Implement Data Logging via Cron Job (Vercel)

Possible Data Logs

  • [Daily] Available stores open / temporary closures
  • [Monthly] Change in recent store ratings

Plan limitations: 2 cron jobs total, each triggered once per day

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.