Skip to content

✨⚡️ A feature-rich GraphQL Client for all platforms.

License

Notifications You must be signed in to change notification settings

reginbald/altair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Build status Chrome Web Store Chrome Web Store Chrome Web Store Mozilla Add-on Gitter GitHub release FOSSA Status

Maintenance

altair logo

set url add fragment

Altair GraphQL Client

A graphQL client for making graphQL queries to a graphQL server - Postman for GraphQL.

There's a chrome extension and a firefox add-on.

There are apps for mac, windows and linux users as well.

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Generate chrome extension files

Run npm run build-ext to build the chrome extension files. The extension files will be stored in the chrome-extension/ directory.

Generate electron app

Run npm run build-electron to build the electron apps. The apps will be stored in the electron-builds/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on working with the project, check out the Angular CLI README.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

This project was built using Angular, an awesome opensource project from the folks at Google.

The desktop apps were built using electron, another awesome opensource project from the folks at github.

In case I missed out any other projects, do let me know :)

License

FOSSA Status

About

✨⚡️ A feature-rich GraphQL Client for all platforms.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.7%
  • Vue 7.8%
  • HTML 7.5%
  • CSS 3.7%
  • SCSS 3.3%
  • JavaScript 2.8%
  • Other 1.2%