Git Product home page Git Product logo

companion's Introduction

Helldivers 2 Companion

Welcome to the fan-made Helldivers 2 Companion repository! This Next.js website provides comprehensive information for the game Helldivers 2 through APIs. Below you'll find an overview of the features and pages available on this site.

Hero Section Image of the Repo. Helldivers 2 Companion

Features and Pages

  • Current Targets: See current planets to liberate.
  • Galaxy Map: Plan your deployments.
  • All Items Database: Comprehensive item database.
  • FAQ: Find answers to common questions.
  • Patch Notes: Stay updated with game updates.
  • Major Orders: Participate in ongoing battles.
  • Leaderboard: See the best Stratagem Hero hackers.
  • Comments: Start discussions with fellow Helldivers.
  • Item Shop:

Contributing

We welcome contributions from the Helldivers 2 community to help improve and expand the content available on this website. If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure they adhere to our coding standards.
  4. Test your changes thoroughly.
  5. Submit a pull request detailing the changes you've made.

Feedback and Support

If you encounter any issues while using the Helldivers 2 Companion website or have suggestions for improvements, please don't hesitate to open an issue on this repository. We appreciate your feedback and are committed to providing a great user experience for all Helldivers 2 players.

License

This project is licensed under the Unlicense license. Feel free to use and modify the code for your own purposes, but please attribute the original authors and include the license file when distributing your changes.

companion's People

Contributors

chatterchats avatar mixhi1845 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

companion's Issues

Add Headers to requests

const res = await fetch("https://api.diveharder.com/all")

const res = await fetch("https://helldivers-2.fly.dev/api/801/status")

const res = await fetch("https://api-hellhub-collective.koyeb.app/api/stratagems?limit=59")

Allows endpoint devs to reach out if app starts doing something funky, and ensures that you receive the proper language from multi-language end points

let requestHeaders = { 
  "User-Agent": "Helldivers 2 Companion",
  "Accept-Language": "en-US" }

export async function API(){
  const res = await fetch("https://api.diveharder.com/all", {headers: requestHeaders})
  return res.json()
}

export async function statusAPI(){
  const res = await fetch("https://helldivers-2.fly.dev/api/801/status", {headers: requestHeaders})
  return res.json()
}

export async function stratagemsAPI(){
  const res = await fetch("https://api-hellhub-collective.koyeb.app/api/stratagems?limit=59", {headers: requestHeaders})
  return res.json()
}

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.