sabaimran / meandering-fellow

A Randomized Living Assistant, Meandering Fellow helps you to introduce a small amount of variability into your daily routine. Yay exploration!!
https://meandering-fellow.vercel.app/
1 stars 0 forks source link
openstreetmaps osm overpass random-recommendations randomizer svelte typescript

Meandering Fellow

GitHub deployments

Introduction

Increase Exploration, Reduce Decisions 🚶‍♀️

It's fruitful to leave some decisions to randomness, it encourages exploration and reduces decision fatigue.

Meandering Fellow gives random location recommendations based on the visible area in the map. You can look for places like restaurants, bars, coffee shops, bookstores or parks.

All of the logic for this app is purely being processed on the client side 🙂. For any comments or suggestions, add an issue. I'm actively monitoring for feature requests, suggestions, or bugs.

Development

  1. Install

    git clone <repository url>
    cd random-recommender
    npm install
    npm run dev
  2. Access

    Open localhost:5000 on your browser. You should see Meandering Fellow running.

  3. Develop

    Edit a component file in src, save it, and the page should automatically reload with your changes.

References