Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 918 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 918 Bytes

Teletext Map

A retro-inspired map viewer that transforms modern maps into nostalgic ASCII art displays, reminiscent of classic teletext systems.

Teletext Map Demo

Installation

  1. Clone the repository
git clone https://github.com/mertturunc/teletext-map.git
cd teletext-map
  1. Install dependencies
npm install
  1. Set up environment variables by creating

.env.local

:

NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=your_mapbox_token_here
  1. Start the development server
npm run dev
  1. Open http://localhost:3000

Usage

  • Use arrow buttons to pan the map
  • Click + and - buttons to zoom in/out
  • The map automatically updates in ASCII art style

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.