# HG changeset patch # User Dennis # Date 1691776374 0 # Node ID bd6c73dab666eb7bb1bb08ce4f792f5b3d97969d # Parent 18a0034c6f2a2acda06c08e3cfa2d904ebe757fb Change info files diff -r 18a0034c6f2a -r bd6c73dab666 LICENSE.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.md Fri Aug 11 17:52:54 2023 +0000 @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2023 Dennis + +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. + diff -r 18a0034c6f2a -r bd6c73dab666 README.md --- a/README.md Sun Jun 04 18:10:33 2023 +0100 +++ b/README.md Fri Aug 11 17:52:54 2023 +0000 @@ -1,1 +1,13 @@ -# lazybear [ARCHIVED] + +# lazybear + +Lazybear is my first iOS app and programming project. It was a stock tracker. You could save your favourite stocks, check their current price and the main financial ratios. Also you cold see a historical chart of the stock. I've built the backend API in Python using Flask and store the data in a mysql database. It was a nice project and I learnt a lot. + +As a side note, I managed to actually publish the app to the App Store (it's no longer published). It was awesome to see your first app in the App Store. + +- Docs: +- Main repo on SourceHut: + - Mirrors: + - Github: + - Gitlab: +