npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

slika-api

v1.0.0

Published

slika api

Downloads

1

Readme

Gitter chat License: MIT

Made by the creators of My College Forums

Docs


http://18.136.196.155/

API Server and Base URL

The API is Hosted on Heroku Right now.


Features:

  1. Create a new student user/Teacher user
  2. Login
  3. Open Profile Page of each User
  4. Open Notes
  5. Chat with other users

Usage

Example Response

curl -s slika.herokuapp.com
{
    "notes": [
        {
            "_id": "5b796fdde7179a69ea61440c",
            "Department": "CV",
            "Subject": "Design of Pre Stressed Concrete",
            "Sem": 7,
            "Link": "https://bit.ly/2MQe38w",
            "id": 1
        }
    ]
}

Tech Used:

  1. NodeJS: 10.6.0,
  2. MongoDb: 3.6.3,
  3. bcryptjs: 2.4.3,
  4. body-parser: 1.18.3,
  5. esdoc: 1.1.0,
  6. esdoc-standard-plugin: 1.0.0,
  7. express: 4.16.3,
  8. gravatar: 1.6.0,
  9. joi: 13.6.0,
  10. jsonwebtoken: 8.3.0,
  11. mongoose: 5.2.9,
  12. mustache-express: 1.2.7,
  13. nodemon: 1.18.3,
  14. passport: 0.4.0,
  15. passport-jwt: 4.0.0,
  16. underscore: 1.9.1,
  17. validator: 10.6.0

FAQS


What Is Slika?

Slika is an Organisation for Engineers made by Engineers

Why Use Slika-API?

Slika Api not only provides you with the best notes, it also gives you authentications and userbase option to contact other students easily

Future Features

  1. Chat with your teachers
  2. Raise up doubts and queries

Contributions

See the contribution guide for detailed steps

How's the code?

This only works well by accident and was mostly a joke. The code quality is accordingly.

License

This project is provided for educational purposes only. It is not affiliated with and has not been approved by MSRIT or any other Organisation.

MIT License

Copyright (c) 2018 Piyush Mehta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

License

FOSSA Status

Coming soon

GraphQL Slika-API

Apps Made using Slika-API

Slika: MSRIT

Slika: Hostel

OFFICIAL API-DOCS

Coming Soon!

Made with :blue_heart: By Piyush Mehta