{"id":18106680,"url":"https://github.com/fernaandojr/astrovista","last_synced_at":"2025-04-13T21:41:33.536Z","repository":{"id":258888884,"uuid":"875853064","full_name":"FernaandoJr/AstroVista","owner":"FernaandoJr","description":"An open-source project bringing the wonders of space to your screen, powered by NASA's Astronomy Picture of the Day API.","archived":false,"fork":false,"pushed_at":"2024-10-23T22:55:08.000Z","size":1230,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T14:46:27.297Z","etag":null,"topics":["nasa","nasa-apod","nextjs","open-source","react","shadcn-ui","tailwind","typescript"],"latest_commit_sha":null,"homepage":"https://astrovista.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FernaandoJr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T01:12:24.000Z","updated_at":"2024-10-23T22:55:12.000Z","dependencies_parsed_at":"2024-10-31T23:07:45.397Z","dependency_job_id":"eb1e4548-9f06-4607-bb5f-e11ed5a3714a","html_url":"https://github.com/FernaandoJr/AstroVista","commit_stats":null,"previous_names":["fernaandojr/nasa-apod"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernaandoJr%2FAstroVista","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernaandoJr%2FAstroVista/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernaandoJr%2FAstroVista/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FernaandoJr%2FAstroVista/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FernaandoJr","download_url":"https://codeload.github.com/FernaandoJr/AstroVista/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788866,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nasa","nasa-apod","nextjs","open-source","react","shadcn-ui","tailwind","typescript"],"created_at":"2024-10-31T23:07:42.091Z","updated_at":"2025-04-13T21:41:33.511Z","avatar_url":"https://github.com/FernaandoJr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![AstroVista](https://github.com/user-attachments/assets/9dbe2ae2-3c63-4e42-a342-24e30ad31825)\n\n![GitHub License](https://img.shields.io/github/license/fernaandojr/astrovista?style=flat\u0026link=https%3A%2F%2Fgithub.com%2FFernaandoJr%2FAstroVista%2Fblob%2Fmain%2FLICENSE\u0026label=License)\n![GitHub contributors](https://img.shields.io/github/contributors/fernaandojr/astrovista?label=Contributors)\n[![Discord](https://img.shields.io/discord/1299024051510968423?style=flat\u0026logo=discord\u0026logoColor=ffffff\u0026color=%235865F2\u0026label=Discord)](https://discord.gg/kkeKKeASaW)\n![GitHub deployments](https://img.shields.io/github/deployments/fernaandojr/astrovista/production?label=Deploy%20Status)\n![GitHub repo size](https://img.shields.io/github/repo-size/fernaandojr/astrovista?label=Repo%20Size)\n![GitHub forks](https://img.shields.io/github/forks/fernaandojr/astrovista?style=flat\u0026label=Forks\u0026color=%23172B4D)\n![GitHub Repo stars](https://img.shields.io/github/stars/fernaandojr/astrovista?style=flat\u0026label=Repo%20Stars\u0026color=%23FFE200)\n\n[**AstroVista**](https://astrovista.vercel.app/about) is a modern, open-source web app built Using NASA's Astronomy Picture of the Day (APOD) API, AstroVista fetches and displays images daily about astronomy.\n\n---\n\n## ✨ Features\n\n- 🌠 **Daily Astronomy Pictures**: Fetches the latest astronomy images from NASA's APOD API.\n- 🛰 **NASA API Integration**: Seamlessly pulls data directly from NASA's resources.\n- 🎨 **Dark Mode**: Automatically switches to dark mode while viewing.\n\n---\n\n## 🚀 Technologies Used\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://skillicons.dev/icons?i=nextjs,tailwind,typescript,react,mongodb\"\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n\u003c/div\u003e\n\n---\n\n## 🛠️ Installation\n\nTo run AstroVista locally, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/FernaandoJr/AstroVista.git\n   cd AstroVista\n   ```\n\n2. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Get your NASA API key or using the default public key `DEMO_KEY` by signing up [here](https://api.nasa.gov/), then create a `.env.local` file in the root of your project and add the API Key and the MongoDB connection string:\n\n   ```bash\n   NEXT_PUBLIC_NASA_API_KEY=your_nasa_api_key\n   MONGODB_APOD_URI=\"mongodb+srv://user:1f9xBDol8GP9ipQM@astrovistacluster.jggvb.mongodb.net/Apod?retryWrites=true\u0026w=majority\"\n   NEXT_PUBLIC_BASE_URL=\"https://astrovista.vercel.app\"\n   ```\n\n4. Run the building and the development script:\n\n   ```bash\n   npm run bd\n   ```\n\n5. Open your browser and navigate to `http://localhost:3000` to explore AstroVista locally!\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the open-source community! Here's how you can get started:\n\n1. **Fork the repository** on GitHub.\n2. **Clone your forked repo** locally:\n\n   ```bash\n   git clone https://github.com/FernaandoJr/AstroVista.git\n   ```\n\n3. **Create a new branch** for your feature or bug fix:\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n4. **Make your changes**, ensuring your code follows best practices.\n5. **Test your changes** run `npm run build` locally and make sure everything works as expected.\n6. **Commit and push** your changes to your forked repository:\n\n   ```bash\n   git commit -m \"Add feature: your-feature-name\"\n   git push origin feature/your-feature-name\n   ```\n\n7. Submit a **pull request** to the main repository with a clear description of your changes.\n\n---\n\n## 🪐 Future Plans\n\n- Implementing a user favorite system to save and categorize favorite images.\n- Add filters in the gallery section, allowing the user to filter by a specific date or media type.\n- Internalization by changing automatically to the user current device language.\n- Mars Hover Photos NASA API implementation\n\n---\n\n## 💬 Get in Touch\n\nIf you have any questions, feel free to reach out via [GitHub Issues](https://github.com/FernaandoJr/AstroVista/issues). We’d love to hear your thoughts or ideas for future improvements!\n\n---\n\n## 🌌 Join Our Official Discord Server!\n\n🔗 [Join the AstroVista Discord Server](https://discord.gg/TDYA7StNJ6)\n\nWe look forward to seeing you there and exploring the universe together!\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.\n\n---\n\n#### Made with ❤️ by FernaandoJr and the AstroVista Contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernaandojr%2Fastrovista","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernaandojr%2Fastrovista","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernaandojr%2Fastrovista/lists"}